added some one-liners for multimedia programs
This commit is contained in:
parent
406c771277
commit
e595f72665
@ -2,7 +2,7 @@
|
||||
#
|
||||
# <![CDATA[
|
||||
#
|
||||
# $Id: bash_completion,v 1.57 2002/01/16 08:14:14 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.58 2002/01/16 08:18:11 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -56,6 +56,12 @@ complete -f -X '!*.+(pdf|PDF)' acroread xpdf
|
||||
complete -f -X '!*.texi*' makeinfo texi2dvi texi2html
|
||||
complete -f -X '!*.+(tex|TEX)' tex latex slitex jadetex pdfjadetex
|
||||
complete -f -X '!*.+(mp3|MP3)' mpg123
|
||||
complete -f -X '!*.+(mpg|mpeg|avi|asf|vob|bin|vcd|ps|pes|fli|viv|rm|ram|yuv|mp3)' mplayer
|
||||
complete -f -X '!*.+(avi|asf)' avifile
|
||||
complete -f -X '!*.+(rm|ram)' realplay
|
||||
complete -f -X '!*.+(mpg|mpeg|avi|mov)' xanim
|
||||
complete -f -X '!*.+(ogg|OGG) ogg123
|
||||
complete -f -X '!*.+(mp3|MP3|ogg|OGG) xmms gqmpeg freeamp
|
||||
# FINISH exclude -- do not remove this line
|
||||
|
||||
# kill sees only signals
|
||||
|
Loading…
x
Reference in New Issue
Block a user