Skip to content

Shell Completions

Glue can install tab-completion scripts for your shell:

bash
glue completions install     # auto-detects your shell

Supported shells: zsh, bash, fish, PowerShell.

Uninstalling

To remove the completion scripts:

bash
glue completions uninstall

TIP

After installing completions, restart your shell or source your profile for the changes to take effect.

See also

Released under the MIT License.