[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#472468: RFH: bash-completion -- programmable completion for the bash shell



Hi, 
I'd also like to help.  I already have worked out some ideas about
splitting up bash completion:
- completions all reside in separate files
- the completions are loaded dynamically - all completions initially go
  through a function '_comp_load()' - first time only
- DejaGnu is used for automated testing
- it scales

See:
- http://code.google.com/p/bash-completion-lib/ (source)
- http://fvue.nl/wiki/Bash_completion_lib (homepage)

I'm halfway adding all completions from bash_completion and I'm curious
what your thoughts are about the project and if it's the way to go?

The next step would be to patch bash to include two features, see:
http://groups.google.com/group/gnu.bash.bug/browse_thread/thread/281698132559a422/47217d83d4308d4e?lnk=gst&q=vulto#47217d83d4308d4e
Then bash-completion-lib can be improved to be truly dynamic - without
the need to define all the commands to complete on... :-)

Regards, 
Freddy Vulto




Reply to: