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.
== cut cut ==
_mono ()
{
COMPREPLY=( $( compgen -G '*.exe' ))
return 0
}
complete -F _mono mono
complete -F _mono mint
== cut cut ==
lupus
--
-----------------------------------------------------------------
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list