public
Description: This package contains some simple scripts for bash completion.
Clone URL: git://github.com/calas/bash-completion-extras.git
name age message
file .gitignore Mon May 26 07:41:33 -0700 2008 Change proyect layout (and meaning) [calas]
file README.rdoc Thu Jul 03 04:57:53 -0700 2008 Change bug in cheat autocompletion that slow th... [calas]
file Rakefile Wed Jun 25 03:56:43 -0700 2008 Improved The installation task. Added support f... [=]
directory bash_completion.d/ Thu Jul 03 04:57:53 -0700 2008 Change bug in cheat autocompletion that slow th... [calas]
directory dot_files/ Mon Jun 02 10:56:35 -0700 2008 Fixed some bugs on the installation task [Jorge Dias]
README.rdoc

Bash Completion Extras

This package contains some simple scripts for bash completion.

At the moment, auto-completion is a available for:

  • gem
  • cheat
  • git

Installation

First clone this repository in the directory of your choice:

From Gitorious:

  git clone git://gitorious.org/bash-completion-extras/mainline.git bash-completion-extras

or from GitHub

  git clone git://github.com/calas/bash-completion-extras.git

Move to the cloned directory

  cd bash-completion-extras

Run the rake install task

  rake install

or

  rake install force=true

to override existing symbolic links.

Support

This is completely unsupported, I put it here just to share it. Use it at your own risk. But if you enhance it in some way I would appreciate if you share it with me, thought this is not mandatory.