yadm/completion
Tim Byrne 9d21376f88
Merge pull request #64 from Mellbourn/fix-negative-comp-words
Including tweaks to conditional statements

I think the original conditionals would always be false. That prevents
using completions which rely on identifying the penultimate and
antepenultimate portions of typed commandline.
2017-05-08 16:30:30 -05:00
..
README.md Add Bash completion script (#60) 2017-04-24 07:49:10 -05:00
yadm.bash_completion Merge pull request #64 from Mellbourn/fix-negative-comp-words 2017-05-08 16:30:30 -05:00

README.md

Prerequisites

yadm completion only works if Git completions are also enabled.

Installation

Homebrew

If using homebrew to install yadm, completions should automatically be handled if you also install brew install bash-completion. This might require you to include the main completion script in your own bashrc file like this:

[ -f /usr/local/etc/bash_completion ] && source /usr/local/etc/bash_completion

Manual installation

Copy the completion script locally, and add this to you bashrc:

[ -f /full/path/to/yadm.bash_completion ] && source /full/path/to/yadm.bash_completion