guns / completion-ruby forked from mernen/completion-ruby

Fork of mernen/completion-ruby that caches to memory instead of to disk. Leverages the bash-completion project more heavily and follows that project's best practices.

This URL has Read+Write access

name age message
file .gitignore Sun Nov 01 06:27:37 -0800 2009 let's keep the nerv install script out of the repo [guns]
file MIT-LICENSE Sun Jul 27 17:14:13 -0700 2008 Added license file. [Daniel Luz]
file README.markdown Mon Nov 02 21:24:13 -0800 2009 Add note about bash-completion v1.2 dependency [guns]
directory bash_completion.d/ Mon Nov 09 20:03:42 -0800 2009 initial ri completion [guns]
file test_bash_hash.rb Sat Nov 07 04:44:12 -0800 2009 fleshed out test_bash_hash into a proper command [guns]
README.markdown

completion-ruby: bash completion for Ruby-related commands

completion-ruby is a set of bash scripts offering command-line completion for various Ruby-related commands and tools.

Original excellent work by Daniel Luz.

guns/completion-ruby

Currently under heavy development, the goal of this fork is to provide comprehensive completion coverage (95-100%), in-memory caching of expensive completion lists (as opposed to disk caching), and tighter integration with the Debian bash-completion project, which has become the leading project in bash programmable completion.

Track its progress at http://github.com/guns/completion-ruby

All commands use features from bash-completion v1.2, which is currently in prerelease. Grab the latest version of bash-completion here:

git clone git://git.debian.org/git/bash-completion/bash-completion.git

License and website

Copyright © 2008 Daniel Luz.

completion-ruby is distributed under the MIT license.

The source is available in a Git repository, available at GitHub.

For up-to-date information, visit this project's permalink.