| Subject: | New feature: Implement catch-all programmable completion handler |
|---|---|
| From: | Roman Rakus |
| Date: | Thu, 08 Jan 2009 14:16:24 +0100 |
| Newsgroups: | gnu.bash.bug |
Hi,
what about something like
function __bash_completion_loader() {
source "/etc/bash_completion.d/$1.sh" &>/dev/null
return 127
}
complete -F __bash_completion_loader ''
which will catch all programmable completions? Need change in bash.
More info at https://bugzilla.redhat.com/show_bug.cgi?id=475229
RR
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | ${parameter+word} not documented in bash.info or bash(1), Martin Schwenke |
|---|---|
| Next by Date: | Re: New feature: Implement catch-all programmable completion handler, Chet Ramey |
| Previous by Thread: | ${parameter+word} not documented in bash.info or bash(1), Martin Schwenke |
| Next by Thread: | Re: New feature: Implement catch-all programmable completion handler, Chet Ramey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |