v0.2.0
rustshot v0.2.0
Capture terminal command output as beautiful PNG images.
Downloads
- Linux (x86_64):
rustshot-x86_64-linux - Windows (x86_64):
rustshot-x86_64-windows.exe
Install from source
cargo install --git https://github.com/Msfv3n0m/rustshot.git --tag v0.2.0
Usage
rustshot -- "echo hello world"
rustshot -f screenshot.png -- "git status" "git log --oneline -5"
command | rustshot -f output.png