- .m3u completion for relevant tools
This commit is contained in:
parent
d0a071fbb4
commit
619b81034a
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05b
|
# bash_completion - some programmable completion functions for bash 2.05b
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.624 2003/09/11 23:16:44 ianmacd Exp $
|
# $Id: bash_completion,v 1.625 2003/09/13 08:24:24 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -75,12 +75,12 @@ complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype
|
|||||||
complete -f -X '!*.@(pdf|PDF)' acroread xpdf
|
complete -f -X '!*.@(pdf|PDF)' acroread xpdf
|
||||||
complete -f -X '!*.texi*' makeinfo texi2html
|
complete -f -X '!*.texi*' makeinfo texi2html
|
||||||
complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
|
complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
|
||||||
complete -f -X '!*.@(mp3|MP3)' mpg123 mpg321
|
complete -f -X '!*.@(mp3|MP3|m3u)' mpg123 mpg321
|
||||||
complete -f -X '!*.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|bin|dat|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp3|MP3|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV)' xine
|
complete -f -X '!*.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|bin|dat|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp3|MP3|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV)' xine
|
||||||
complete -f -X '!*.@(avi|asf|wmv)' aviplay
|
complete -f -X '!*.@(avi|asf|wmv)' aviplay
|
||||||
complete -f -X '!*.@(rm|ram|smi?(l))' realplay
|
complete -f -X '!*.@(rm|ram|smi?(l))' realplay
|
||||||
complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim
|
complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim
|
||||||
complete -f -X '!*.@(ogg|OGG)' ogg123
|
complete -f -X '!*.@(ogg|OGG|m3u)' ogg123
|
||||||
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls|m3u)' gqmpeg freeamp
|
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls|m3u)' gqmpeg freeamp
|
||||||
complete -f -X '!*.@(mp[23]|MP[23]|ogg|OGG|wav|WAV|pls|m3u|xm|mod|s[3t]m|it|mtm|ult|flac)' xmms
|
complete -f -X '!*.@(mp[23]|MP[23]|ogg|OGG|wav|WAV|pls|m3u|xm|mod|s[3t]m|it|mtm|ult|flac)' xmms
|
||||||
complete -f -X '!*.fig' xfig
|
complete -f -X '!*.fig' xfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user