Skip to content

bashaus/capistrano-autocomplete

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cap
 
 

capistrano-autocomplete

Installation

Step 1. bash-completion package

Install bash-completion via the package manager for your operating system.

# Homebrew
brew install bash-completion

# Macports
sudo port install bash-completion

# Yum
yum install bash-completion

# Apt
apt-get install bash-completion

Step 2. Clone repo

git clone https://github.com/bashaus/capistrano-autocomplete.git
cd capistrano-autocomplete

Step 3. Link the script

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

Step 4. Load terminal

Relaunch bash/terminal to see changes

About

Bash shell autocompletion for capistrano

Resources

Stars

Watchers

Forks

Packages

No packages published