Slightly patched oh-my-zsh tree
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.
 
 
Marco Zühlke ac2ccb7535 add readme for grails plugin 8 years ago
..
README.md add readme for grails plugin 8 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. Looks for scripts in the following paths:

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

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

plugins=(... grails)