NextuneNextune Docs
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 bashrc

Zsh

nextune completion zsh > "${fpath[1]}/_nextune"
# restart shell or run compinit

If you use Oh My Zsh, place the file in a directory listed in $fpath.

Fish

nextune completion fish > ~/.config/fish/completions/nextune.fish

Restart your shell or open a new terminal tab, then type nextune and press Tab to complete commands and flags.

On this page