Install Completions
Some shells offer a completion system for command line tools. GoatHooker, in the spirit of simplicity, has a command to make our tool compatible with your favorite shell.
Our completion generator command support theses shells:
Here is command to install completion for your shell
sudo hooker completion bash
hooker completion zsh
hooker completion fish
hooker completion powershell
hooker completion elvish
After that, you may need to reload your shell instance or import the completion file into your configuration, but that’s out of the scope of our tool and we’ll leave you in charge of your machine.