pueue-add
Verified for current stable LTS
Pueue Add Command: Enqueue Command With Delay And Label
Use for enqueue command with delay and label with Pueue Add. Exact CLI syntax to enqueue command with delay and label using Pueue Add.
When to use this: Use for enqueue command with delay and label with Pueue Add.
Command Syntax
pueue add -l "<compressing large file>" -d "{wednesday 10:30pm}" -- "<7z a compressed_file.7z large_file.xml>" pueue add -l "<compressing large file>" -d "`{wednesday 10:30pm`}" -- "<7z a compressed_file.7z large_file.xml>" Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
--- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to enqueue command with delay and label using Pueue Add.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pueue Add Command: Enqueue Command After Others Finish
pueue add -a <9> <12> -g "<torrents>" -- <transmission-cli torrent_file.torrent> Pueue Add Command: Enqueue Immediate Command To Group pueue add -i -g "<CPU_intensive>" -- <ffmpeg -i input.mp4 frame_%d.png> Pueue Add Command: Enqueue Stashed Command First Queue pueue add -s -- <rsync --archive --compress /local/directory /remote/directory> Pueue Add Command: Enqueue Task Default Queue pueue add <command> Pueue Add Command: Enqueue Task With Arguments pueue add -- <command --arg -f>