Installation
You can install cutler by directly running this command in the terminal:
curl -fsSL https://cutlercli.github.io/scripts/install.sh | /bin/bash
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:
# inside extracted zip
xattr -d com.apple.quarantine bin/cutler