It would be nice to get bash completion for stuff like xmms2 playlist load
Michal Suchanek <hramrach@centrum.cz> writes: There is one there: http://wiki.xmms2.xmms.se/wiki/Contribs#Bash_tab_completion_for_the_xmms2_client it may need some cleanup, I don't use it anymore
It looks like it does not complete the command I want but it could be adapted. I will try it out. Thanks
However, I don't know how to make bash do what it does for files: it shows the completions without escapes but adds escapes to the command line so that files containing space can be completed. Without escaping the names with spaces and other funny characters won't work, with escapes the escapes are shown in the displayed list as well. Thanks Michal