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

Uninstallation

Obviously, cutler is still an experimental software in heavy development, so if you would like to uninstall it, please follow these steps:

For Script Installs

Run this command in your terminal:

curl -fsSL https://cutlercli.github.io/scripts/uninstall.sh | /bin/bash

For Package Manager Installs

If you have installed cutler through a package manager, please follow the instructions that match your configuration:

  1. For Homebrew:
brew uninstall cutler
brew untap hitblast/tap  # if you had only installed cutler from the tap
  1. For cargo:
cargo uninstall cutler
  1. For mise:
mise unuse -g cargo:cutler

# when prompted,
# choose 'All' when pruning files if available