5 View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
7 -regex/\.t(ar\.bz2|bz|b2)$
8 +regex/\.t(ar\.bz2|bz|b2|bz2)$
10 View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
13 View=%view{ascii} cpio -itv <'%f' 2>/dev/null
16 -regex/(^|\.)ls-?lR(\.g?z|Z|bz2)?$
17 +regex/(^|\.)ls-?lR(\.(bz2|gz|Z))?$
25 - Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (gqview %f &); fi
26 + Open=if [ "$DISPLAY" = "" ]; then asciiview %f; else (display %f >/dev/null 2>&1 &); fi
27 View=%view{ascii} identify %f
28 #View=%view{ascii} asciiview %f
34 - Open=if [ "$DISPLAY" = "" ]; then mpg123 %f; else (xmms %f >/dev/null 2>&1 &); fi
35 + Open=if [ "$DISPLAY" = "" ]; then mpg123 %f; else if [ -z "`which realplay`" ]; then (xmms -e %f 1>/dev/null 2>&1 &); else (realplay %f >/dev/null 2>&1 &); fi; fi
36 View=%view{ascii} mpg123 -vtn1 %f 2>&1 | sed -n '/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'
38 regex/\.([oO][gG][gG])$
39 - Open=if [ "$DISPLAY" = "" ]; then ogg123 %f; else (xmms %f >/dev/null 2>&1 &); fi
40 + Open=if [ "$DISPLAY" = "" ]; then ogg123 %f; else (xmms -e %f >/dev/null 2>&1 &); fi
41 View=%view{ascii} ogginfo %s
43 regex/\.([mM][iI][dD][iI]?|[rR][mM][iI][dD]?)$
49 + Open=(gv %f >/dev/null 2>&1 &)
50 View=%view{ascii} ps2ascii %f
55 + Open=(xpdf %f >/dev/null 2>&1 &)
57 #Open=(ghostview %f &)
58 View=%view{ascii} pdftotext %f -
64 + Open=(ooffice %f >/dev/null 2>&1 &)
66 # StarOffice 6 and OpenOffice.org formats
67 -regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
69 +regex/\.(odb|odc|odf|odg|odi|odm|odp|ods|odt|otg|oth|otp|ots|ott|sda|sdc|sdd|sdp|sds|sdw|sgl|smf|stc|std|sti|stw|sxc|sxd|sxg|sxi|sxm|sxw|vor)$
70 + Open=(ooffice %f >/dev/null 2>&1 &)
71 View=%view{ascii} unzip -p %f content.xml | o3totxt
76 + Open=if which abiword ; then (abiword %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
78 # Microsoft Word Document
79 regex/\.([Dd][oO][cCtT]|[Ww][rR][iI])$
80 - Open=(abiword %f >/dev/null 2>&1 &)
81 + Open=if which abiword ; then (abiword %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
82 View=%view{ascii} catdoc -w %f || word2x -f text %f - || strings %f
84 - Open=(abiword %f >/dev/null 2>&1 &)
85 + Open=if which abiword ; then (abiword %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
86 View=%view{ascii} catdoc -w %f || word2x -f text %f - || strings %f
89 regex/\.([rR][tT][fF])$
90 - Open=(abiword %f >/dev/null 2>&1 &)
91 + Open=if which abiword ; then (abiword %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
93 # Microsoft Excel Worksheet
94 regex/\.([xX][lL][sSwW])$
95 - Open=(gnumeric %f >/dev/null 2>&1 &)
96 + Open=if which gnumeric ; then (gnumeric %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
97 View=%view{ascii} xls2csv %f || strings %f
98 type/^Microsoft\ Excel
99 - Open=(gnumeric %f >/dev/null 2>&1 &)
100 + Open=if which gnumeric ; then (gnumeric %f >/dev/null 2>&1 &); else (ooffice %f >/dev/null 2>&1 &); fi >/dev/null
101 View=%view{ascii} xls2csv %f || strings %f
103 -# Use OpenOffice.org to open any MS Office documents
104 -type/^Microsoft\ Office\ Document
105 - Open=(ooffice %f &)
112 regex/\.([dD][vV][iI])$
113 - Open=if [ x$DISPLAY = x ]; then dvisvga %f; else (xdvi %f &); fi
114 + Open=if [ x$DISPLAY = x ]; then dvisvga %f; else (xdvi %f >/dev/null 2>&1 &); fi
115 View=%view{ascii} dvi2tty %f
118 regex/\.([Tt][Ee][Xx])$
119 Open=%var{EDITOR:vi} %f
122 +regex/\.(djvu|DJVU)$
123 + Open=djview %f >/dev/null 2>&1 &
125 ### Miscellaneous ###