Skip to content

akshaykripalani/gbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gbg

Go (to) BackGround, a hypersimple cli tool to run any command in the background from your shell.

Install

cargo install gbg

Usage

gbg [-l LOG_FILE] <command> [args...]
  • Without -l the command's output is discarded (/dev/null).
  • With -l the command's stdout & stderr are appended to LOG_FILE.

Examples

# 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

About

Go to BackGround is a simple Rust-based CLI tool to send your tasks to background easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages