Releases: Msfv3n0m/rustshot
Releases · Msfv3n0m/rustshot
Release list
v0.3.1
rustshot v0.3.1
Capture terminal command output as beautiful PNG images.
Downloads
- Linux (x86_64):
rustshot-x86_64-linux - Linux (x86_64, static):
rustshot-x86_64-linux-static - Windows (x86_64):
rustshot-x86_64-windows.exe
Install from source
cargo install --git https://github.com/Msfv3n0m/rustshot.git --tag v0.3.1
Usage
rustshot -- "echo hello world"
rustshot -f screenshot.png -- "git status" "git log --oneline -5"
command | rustshot -f output.png
v0.3.0
rustshot v0.3.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.3.0
Usage
rustshot -- "echo hello world"
rustshot -f screenshot.png -- "git status" "git log --oneline -5"
command | rustshot -f output.png
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