Shell completion

To enable tab completion for the gdk command in Bash, add the following to your ~/.bash_profile:

source ~/path/to/your/gdk/support/completions/gdk.bash

For Zsh, you can enable Bash completion support in your ~/.zshrc:

autoload bashcompinit bashcompinit  source ~/path/to/your/gdk/support/completions/gdk.bash
Last updated on