| Crates.io | gbg |
| lib.rs | gbg |
| version | 1.0.1 |
| created_at | 2025-07-20 11:35:16.722427+00 |
| updated_at | 2025-07-20 11:41:26.886467+00 |
| description | A simple tool to run commands in the background |
| homepage | |
| repository | https://github.com/akshaykripalani/gbg |
| max_upload_size | |
| id | 1761004 |
| size | 5,036 |
Go (to) BackGround, a hypersimple cli tool to run any command in the background from your shell.
cargo install gbg
gbg [-l LOG_FILE] <command> [args...]
-l the command's output is discarded (/dev/null).-l the command's stdout & stderr are appended to LOG_FILE.# Run a long-running script and discard output
gbg python long_task.py
# Run a long-running script and log everything to script.log
gbg -l script.log python long_task.py
Built for Linux & macOS. Requires the Rust installed