Autocomplete for gx (gx generate-completion)

Enable autocompletion for Bash or ZSH Unix shells.

gx generate-completion can be used to generate an autocompletion script for gx. With this script installed, users can type the first few letters of a command or an option, and press the TAB key for completion suggestions.

To install the completion script, run the following command:

source <(gx generate-completion)

Last updated