Shell Completions
Glue can install tab-completion scripts for your shell:
bash
glue completions install # auto-detects your shellSupported shells: zsh, bash, fish, PowerShell.
Uninstalling
To remove the completion scripts:
bash
glue completions uninstallTIP
After installing completions, restart your shell or source your profile for the changes to take effect.