public
Description: Autocompletion for rake and cap for bash shell
Homepage:
Clone URL: git://github.com/sgruhier/rake_cap_bash_autocomplete.git
name age message
file LICENSE Sat Jan 03 08:11:56 -0800 2009 better readme, add licens [sgruhier]
file README Sun Jan 04 20:56:42 -0800 2009 typo [sgruhier]
file rake_cap_bash_autocomplete.sh Sat Jan 03 23:46:01 -0800 2009 much more simpler version [sgruhier]
README
Author: Sébastien Gruhier - http://www.xilinus.com - http://www.mapeed.com
License: MIT

Autocomplete for cap and rake command for bash shell.

Install

1) Copy rake_cap_bash_autocomplete.sh to somewhere (e.g. ~/.rake_cap_bash_autocomplete.sh).                              
                               
2) Added the following line to your .bashrc:                                                                            

        source ~/.rake_cap_bash_autocomplete.sh
  

PS: This code is inspired from multiple articles found on google and from git_auto_complete