Skip to content

Releases: nik-rev/ferrishot

v0.2.0 - 16 April 2025

16 Apr 21:42
Compare
Choose a tag to compare

Release Notes

Install ferrishot 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/ferrishot/releases/download/v0.2.0/ferrishot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/ferrishot/releases/download/v0.2.0/ferrishot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install nik-rev/tap/ferrishot

Download ferrishot 0.2.0

File Platform Checksum
ferrishot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ferrishot-x86_64-apple-darwin.tar.xz Intel macOS checksum
ferrishot-x86_64-pc-windows-msvc.zip x64 Windows checksum
ferrishot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0 - 12 April 2025

12 Apr 23:18
Compare
Choose a tag to compare

Release Notes

The initial release comes with the following features:

  • Select a region on the screen by left clicking and drag
  • Resize region by dragging on any of the sides
  • Move the region around by dragging in the center
  • Esc closes the app
  • Enter or Ctrl c copy region to clipboard
  • Ctrl s save region as an image to path
  • Instantly copy region to clipboard with --instant flag

Install ferrishot 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nik-rev/ferrishot/releases/download/v0.1.0/ferrishot-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/ferrishot/releases/download/v0.1.0/ferrishot-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install nik-rev/tap/ferrishot

Download ferrishot 0.1.0

File Platform Checksum
ferrishot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ferrishot-x86_64-apple-darwin.tar.xz Intel macOS checksum
ferrishot-x86_64-pc-windows-msvc.zip x64 Windows checksum
ferrishot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum