Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:49
· 1 commit to main since this release

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