Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

You can install cutler by directly running this command in the terminal:

$ /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/hitblast/cutler/main/install.sh)"

Other installation methods are:

  1. Using 🍺 homebrew:
$ brew install hitblast/tap/cutler
  1. Using cargo:
$ cargo install cutler
  1. Using mise:
# NOTE: This will compile the binary manually for your system.
$ mise use -g cargo:cutler

Once installed, you can also enable shell completions for your shell instance if needed. Installing via Homebrew doesn't require doing this step.

Manual Installation

Get the latest prebuilt compressed binaries if you would like to manually install the project.

Note than on devices running macOS, you'll have to remove the quarantine attribute from the binary:

$ xattr -d com.apple.quarantine bin/cutler  # inside extracted zip