How To Install fabric-completion
Name: fabric-completion
Use: Bash completion for Fabric
URL: https://github.com/kbakulin/fabric-completion
Script provides completion for fab
tasks and long options.
All available tasks are cached in special file to speed up the response. Cache file with tasks updates on every fabfile
modification.
Long options (like --help
, --version
etc.) are cached only when completion is used at first time.
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fabric-completion using brew
brew install fabric-completion
fabric-completion is ready to use now!