I'm glad that the next fish version is expected to pop up soon. So I
use the opportunity to make a feature request and hope that it is not
too difficult to implement.

If I have a directory containing the files

file.avi file.txt file.pdf file.tar.gz file.tar.bz2

bash completes the file names based on the command I requested. So if I
type:

"mplayer [TAB]" it expands to "mplayer file.avi"
"vi [TAB]" it expands to "vi file.txt"
"evince [TAB]" it expands to "evince file.pdf"
"tar xvzf [TAB]" it expands to "tar xvzf file.tar.gz"
"tar xvjf [TAB]" it expands to "tar xvjf file.tar.bz2"

Yes, even the last two work as intended. I guess they check MIME types
and file associations but I'm not sure.

It would be really cool to have in in fish too.

Regards - Velko

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to