Home > grails-autocomplete

grails-autocomplete

Grails-autocomplete is a project mainly written in ..., it's free.

This is a bash script (originally written by Fernando Takai) that sets up auto-completes for all grails commands - for example, install-plugins lists all plugins, generate-(views|controller|all) completes domain classes, test-app all your tests and e

This is a bash script (originally written by Fernando Takai) that allows auto-completion of grails commands from the command line. Basically extending the bash-like auto-completion functionality to include grails commands.

To use it you have to have gawk (it's default on some linux distros -- but on mac, you have to install trough mac ports)

To start using it you need to add this: [ -r /path/to/the/file ] && source /path/to/the/file

To the top of your ~/.bashrc or ~/.bash_profile scripts.

For your changes to take affect you must open a new shell or re-login to your current shell (su - your_user).

To use it, just go your grails project and try: grails list grails create grails create-a

Download this script from GitHub: https://github.com/podollb/grails-autocomplete/archives/master

Previous:nrftp