scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.8k stars 376 forks source link

feat(xmllint,xmlwf): also suggest *.rss files #1143

Closed ittner closed 3 months ago

ittner commented 3 months ago

Add suggestion for .rss files to xmllint; this suffix is pretty common for RSS feeds stored offline.

ittner commented 3 months ago

Ok! I just amended the commit to add xmlwf too.

Also renamed the issue, but the branch name does still lists xmllint only to allow the forced-push to GH.

scop commented 3 months ago

Thanks!