kmux completion

Generate shell completion script

Terminal
$ kmux completion [bash|zsh|fish]

Description

Generate shell completion script for kmux. To install completions: Bash: $ kmux completion bash > /etc/bash_completion.d/kmux Zsh: $ kmux completion zsh > "${fpath[1]}/_kmux" Fish: $ kmux completion fish > ~/.config/fish/completions/kmux.fish

📖Learn More

See the Getting Started Guide for complete workflows and examples of using this command in real quests.