[clbuild-devel] bash completion
Albert Krewinkel
krewinkel at gmx.net
Fri Dec 12 07:51:56 UTC 2008
I've added primitive bash completion to clbuild. To test/use it, change
to the clbuild directory and do
$ . clbuild-bash-completion.sh
It's not much of a useful feature, but I found it to be worthwhile at
times. Still needs work, though. Constructive criticsm and comments
are welcome.
Cherrs, Albert
<demo>
$ ./clbuild <TAB> <TAB>
--help diff list slime
--implementation help preloaded uninstall
--long-help install recompile update
check lisp run
$ ./clbuild --implementation <TAB> <TAB>
ccl clisp ecl sbcl
$ ./clbuild --implementation sbcl s<TAB>
$ ./clbuild --implementation sbcl slime
$ ./clbuild update <TAB><TAB>
Display all 192 possibilities? (y or n)
</demo>
More information about the clbuild-devel
mailing list