A simple binary that can submit process to local machine's background.
Pre-built binaries are available on the releases page
brew tap gnitoahc/tap
brew install gnitoahc/tap/queue
Usage: queue [OPTIONS]
Options:
-h, --help Display this help message
-v, --version Display version information
-c, --config [FILE] Specify a configuration file (WIP)
-o, --out [DIR] Specify a output directory
-m, --cmd [COMMAND] Specify a command to run
-l, --list List all running processes
-s, --stop [IDX] Stop a running process
make && ./bin/main --cmd "bash test.sh"