Files
miasma-os/files/system/etc/skel/.oh-my-zsh/plugins/grails
2026-03-24 20:17:22 +11:00
..
2026-03-24 20:17:22 +11:00
2026-03-24 20:17:22 +11:00

Grails plugin

This plugin adds completion for the Grails 2 CLI

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