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://machlit.github.io/cutler/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 machlit/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