Unverified Commit 99b94bbe authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

grails: add README (#7362)

parents f1250cfb c87eea8b
# Grails plugin
Adds tab-completion of [Grails](https://grails.org/) script names to the command line use of grails.
To use it, add `grails` to the plugins array in your zshrc file:
```zsh
plugins=(... grails)
```
It looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/scripts`
- `./scripts`
- `./plugins/*/scripts`
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment