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:
- For Homebrew:
brew uninstall cutler
brew untap hitblast/tap # if you had only installed cutler from the tap
- For
cargo
:
cargo uninstall cutler
- For
mise
:
mise unuse -g cargo:cutler
# when prompted,
# choose 'All' when pruning files if available