Shell completion
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.bashFor Zsh, you can enable Bash completion support in your ~/.zshrc:
autoload bashcompinit bashcompinit source ~/path/to/your/gdk/support/completions/gdk.bashLast updated on