Skip to content

Releases: Msfv3n0m/rustshot

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:49

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

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:29

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

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:31

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