You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Marc Cornellà c87eea8bdb
add link
7 years ago
..
README.md add link 7 years ago
grails.plugin.zsh Removed unnecessary execute permissions for some plugins 12 years ago

README.md

Grails plugin

Adds tab-completion of Grails script names to the command line use of grails.

To use it, add grails to the plugins array in your zshrc file:

plugins=(... grails)

It looks for scripts in the following paths:

  • $GRAILS_HOME/scripts
  • ~/.grails/scripts
  • ./scripts
  • ./plugins/*/scripts