Setup
Install the CLI using cargo (more options coming soon!)
cargo install crane
Shell Completions (optional)
Set up shell completions:
ZSH
# ~/.zshrc
eval "$(crane completion zsh)"
Bash
# ~/.bashrc
eval "$(crane completion bash)"
Fish
# ~/.config/fish/config.fish
crane completion fish | source