gbg
Go (to) BackGround, a hypersimple cli tool to run any command in the background from your shell.
Install
Usage
gbg [-l LOG_FILE] <command> [args...]
- Without
-lthe command's output is discarded (/dev/null). - With
-lthe command's stdout & stderr are appended toLOG_FILE.
Examples
# Run a long-running script and discard output
# Run a long-running script and log everything to script.log
Built for Linux & macOS. Requires the Rust installed