Hi, I committed a change to conary, to add bash-completion support. Here are some of the features that you might be interested :)
1. completion of sub-commands and options for conary/cvc/rmake $ conary s[tab][tab] scs search showcs sync syncchildren $ conary q --i --ids --info --install-label --interactive $ cvc newpkg foobar --template gn gnome gnu 2. completion of recipe methods for `cvc explain` $ cvc explain addA addAction addArchive 3. completion of *.recipe for `cvc cook` and `rmake build`. To enable bash-completion, just install the bash-completion pkg. (it's enabled automatically through /etc/profile.d/bash_completion.sh) The source of my scripts is at https://github.com/zhangsen/conary-bash-completion. Enjoy. jesse _______________________________________________ Foresight-devel mailing list Foresight-devel@lists.rpath.org http://lists.rpath.org/mailman/listinfo/foresight-devel