Completion

ctx completion¶
Generate shell autocompletion scripts.
Subcommands¶
| Shell | Command |
|---|---|
bash |
ctx completion bash |
zsh |
ctx completion zsh |
fish |
ctx completion fish |
powershell |
ctx completion powershell |
Examples:
ctx completion bash > /etc/bash_completion.d/ctx
ctx completion zsh > "${fpath[1]}/_ctx"
ctx completion fish > ~/.config/fish/completions/ctx.fish
ctx completion powershell | Out-String | Invoke-Expression