Shell Completion
- Homebrew
- Bash
- Zsh
- Fish
- PowerShell
If you've installed ak
with Homebrew,
and you wish to enable shell completion in Bash / Zsh / Fish, follow the
instructions here:
Add this line to your ~/.bashrc
file:
source <(ak completion bash)
Add this line to your ~/.zshrc
file:
source <(ak completion zsh)
See the output of this command:
ak completion fish
See the output of this command:
ak completion powershell