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 fabfilemodification.

Long options (like --help--version etc.) are cached only when completion is used at first time.

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fabric-completion using brew
    brew install fabric-completion

fabric-completion is ready to use now!