QUEUE(8) | System Administration Utilities | QUEUE(8) |
NAME¶
queue - Queue shell commands
DESCRIPTION¶
usage: queue [-h] [-v] [-E] [-e ENV_VAR] [-q QUEUE] [-l] [-L] [-m FROM TO]
- [-d ENTRY] [-D QUEUE] [-r] [-R] [-f] [-a] ...
positional arguments:¶
- cmd
- Add command to queue
options:¶
- -h, --help
- show this help message and exit
- -v, --version
- show program's version number and exit
- -E
- include full env
- -e ENV_VAR
- env vars to include (can be repeatedly specified)
- -q QUEUE
- queue to use (defaults to "default")
- -l
- list queued commands
- -L
- list queues
- -m FROM TO
- move queue entry
- -d ENTRY
- delete queue entry
- -D QUEUE
- delete queue
- -r
- run commands from queue
- -R
- show currently running commands
- -f
- show finished commands
- -a
- show cmd runtime as absolute time ranges
The config file is located at ~/.config/queue/config.toml
December 2024 | queue version 1.2.0 |