CLI
Shell completion
Enable tab completion for bash, zsh, and fish.
Generate a completion script for your shell:
Bash
nextune completion bash > ~/.local/share/bash-completion/completions/nextune
# reload shell or source your bashrcZsh
nextune completion zsh > "${fpath[1]}/_nextune"
# restart shell or run compinitIf you use Oh My Zsh, place the file in a directory listed in $fpath.
Fish
nextune completion fish > ~/.config/fish/completions/nextune.fishRestart your shell or open a new terminal tab, then type nextune and press Tab to complete commands and flags.