[Mono-list] bash completion for mono

Ricardo Fernández Pascual ric@users.sourceforge.net
05 Sep 2002 15:24:38 +0200


El jue, 05-09-2002 a las 13:25, Paolo Molaro escribió:
> I wrote a simple completion handler for use with bash:
> just add the following to your bash init script (usually .bashrc)
> and TAB completion will select exe files when used for arguments of mono
> and mint.
> 

This doesn't work 100% right, at least here because it does not look at
the word being completed.

I get better result using this (which looks simpler too):

complete -G '*.exe' -X '!&*' mono
complete -G '*.exe' -X '!&*' mint


-- 
Ricardo Fernández Pascual
ric@users.sourceforge.net
Murcia. España.