Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:29
· 3 commits to main since this release

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