pueue-add
Verified for current stable LTS
Pueue Add Command: Enqueue Task With Arguments
Use for enqueue task with arguments with Pueue Add. Exact CLI syntax to enqueue task with arguments using Pueue Add.
When to use this: Use for enqueue task with arguments with Pueue Add.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
pueue add -- <command --arg -f> pueue add -- <command --arg -f> Command Breakdown
--- Command Option
- Tool-specific option used by this command invocation.
--arg- Command Option
- Tool-specific option used by this command invocation.
-f>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to enqueue task with arguments 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 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>