pueue-add
Verified for current stable LTS
Pueue Add Command: Enqueue Immediate Command To Group
Use for enqueue immediate command to group with Pueue Add. Exact CLI syntax to enqueue immediate command to group using Pueue Add.
When to use this: Use for enqueue immediate command to group with Pueue Add.
Command Syntax
pueue add -i -g "<CPU_intensive>" -- <ffmpeg -i input.mp4 frame_%d.png> pueue add -i -g "<CPU_intensive>" -- <ffmpeg -i input.mp4 frame_%d.png> Command Breakdown
-i- Command Option
- Tool-specific option used by this command invocation.
-g- 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 immediate command to group 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 Command With Delay And Label pueue add -l "<compressing large file>" -d "{wednesday 10:30pm}" -- "<7z a compressed_file.7z large_file.xml>" 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>