sgruhier / rake_cap_bash_autocomplete

Autocompletion for rake and cap for bash shell

This URL has Read+Write access

rake_cap_bash_autocomplete / README
100644 13 lines (8 sloc) 0.571 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
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