An open API service indexing awesome lists of open source software.

https://github.com/pplu/perlbrew-bash-completion

Basic Bash completion for Perlbrew
https://github.com/pplu/perlbrew-bash-completion

Last synced: 4 months ago
JSON representation

Basic Bash completion for Perlbrew

Awesome Lists containing this project

README

          

# Simple Bash completion for perlbrew

Perlbrew is a simple enough program that this is barely worth the effort.
However, I wanted to learn a bit more about Bash completion.

More importantly, this does offer one truly helpful feature. You can get
automatic prompting of all available installations of Perl (at least, all
the ones controlled by Perlbrew) by doing this:

perlbrew switch [TAB][TAB]

This can be useful if you can't quite recall if you have `perl-5.12.3` or
`perl-5.13.2` (or both, or neither).

## LICENSE

MIT License

Copyright (c) 2010, Peter Aronoff. See LICENSE for details.