Re: [Bash-completion-devel] Non-completions

2011-02-08 Thread Raph
On Mon, Feb 07, 2011 at 10:52:12PM +0200, Ville Skyttä wrote: Just a thought I've had some time, not sure if it'd be a good idea or not: What do people think about installing non-completions? This would be for commands for which we know the bash default (file) completion is so bad that not

Re: [Bash-completion-devel] Non-completions

2011-02-08 Thread Ville Skyttä
On 02/08/2011 12:49 PM, Raph wrote: On Mon, Feb 07, 2011 at 10:52:12PM +0200, Ville Skyttä wrote: $ _noop() { true; } $ complete -F _noop foo $ foo TAB (nothing) This should however be combined with at least the redirection stuff discussed in another thread today so we won't break that.

[Bash-completion-devel] Non-completions

2011-02-07 Thread Ville Skyttä
Just a thought I've had some time, not sure if it'd be a good idea or not: What do people think about installing non-completions? This would be for commands for which we know the bash default (file) completion is so bad that not completing at all would be better but we don't have a full