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:
- Using 🍺
homebrew
:
$ brew install hitblast/tap/cutler
- Using
cargo
:
$ cargo install cutler
- 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