/phake-autocomplete

Bash shell autocompletion for phake

phake-autocomplete

1. Install bash-completion package

Homebrew

brew install bash-completion

Macports

sudo port install bash-completion

Yum

yum install bash-completion

Apt Get

apt-get install bash-completion

2. Install the ‘phake’ auto-complete script into /usr/local/etc/bash_completion.d

ln -s phake /usr/local/etc/bash_completion.d/phake

3. Relaunch bash/terminal