Options (6)
-s, --stashedbooleanAdd a command but do not start it if it's the first in a queue
pueue add {{[-s|--stashed]}} -- {{rsync --archive --compress /local/directory /remote/directory}}-i, --immediatebooleanAdd a command to a group and start it immediately, see `pueue group` to manage groups
pueue add {{[-i|--immediate]}} {{[-g|--group]}} "{{CPU_intensive}}" -- {{ffmpeg -i input.mp4 frame_%d.png}}-g, --groupbooleanAdd a command to a group and start it immediately, see `pueue group` to manage groups
pueue add {{[-i|--immediate]}} {{[-g|--group]}} "{{CPU_intensive}}" -- {{ffmpeg -i input.mp4 frame_%d.png}}-a, --afterbooleanAdd a command and start it after commands 9 and 12 finish successfully
pueue add {{[-a|--after]}} {{9}} {{12}} {{[-g|--group]}} "{{torrents}}" -- {{transmission-cli torrent_file.torrent}}-l, --labelbooleanAdd a command with a label after some delay has passed, see `pueue enqueue` for valid datetime formats
pueue add {{[-l|--label]}} "{{compressing large file}}" {{[-d|--delay]}} "{{wednesday 10:30pm}}" -- "{{7z a compressed_file.7z large_file.xml}}"-d, --delaybooleanAdd a command with a label after some delay has passed, see `pueue enqueue` for valid datetime formats
pueue add {{[-l|--label]}} "{{compressing large file}}" {{[-d|--delay]}} "{{wednesday 10:30pm}}" -- "{{7z a compressed_file.7z large_file.xml}}"Examples (6)
Add a command but do not start it if it's the first in a queue
Add a command to a group and start it immediately, see `pueue group` to manage groups
Add a command and start it after commands 9 and 12 finish successfully
pueue add [-a|--after] 9 12 [-g|--group] "torrents" -- transmission-cli torrent_file.torrentAdd a command with a label after some delay has passed, see `pueue enqueue` for valid datetime formats
pueue add [-l|--label] "compressing large file" [-d|--delay] "wednesday 10:30pm" -- "7z a compressed_file.7z large_file.xml"