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
- Host: GitHub
- URL: https://github.com/pplu/perlbrew-bash-completion
- Owner: pplu
- License: mit
- Created: 2012-06-13T21:51:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-13T21:54:58.000Z (about 14 years ago)
- Last Synced: 2025-08-06T11:43:35.515Z (11 months ago)
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.