datalad-course/node_modules/gulp-cli/completion
2025-03-21 15:28:44 +01:00
..
bash A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
fish A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
powershell A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
README.md A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
zsh A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00

Completion for gulp

Thanks to the grunt team, specifically Tyler Kellen

To enable tasks auto-completion in shell you should add eval "$(gulp --completion=shell)" in your .shellrc file.

Bash

Add eval "$(gulp --completion=bash)" to ~/.bashrc.

Zsh

Add eval "$(gulp --completion=zsh)" to ~/.zshrc.

Powershell

Add Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine) to $PROFILE.

Fish

Add gulp --completion=fish | source to ~/.config/fish/config.fish.