|
Lines 221-227
Link Here
|
| 221 |
View=sxpm %f |
221 |
View=sxpm %f |
| 222 |
|
222 |
|
| 223 |
include/image |
223 |
include/image |
| 224 |
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi |
224 |
Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (kuickshow %f &); fi |
| 225 |
View=%view{ascii} identify %f |
225 |
View=%view{ascii} identify %f |
| 226 |
#View=%view{ascii} asciiview %f |
226 |
#View=%view{ascii} asciiview %f |
| 227 |
|
227 |
|
|
Lines 300-306
Link Here
|
| 300 |
|
300 |
|
| 301 |
# html |
301 |
# html |
| 302 |
regex/\.([Hh]tml?|HTML?)$ |
302 |
regex/\.([Hh]tml?|HTML?)$ |
| 303 |
Open=if test -n "" && test -n "$DISPLAY"; then ( file://%d/%p &) >/dev/null 2>&1; else links %f 2>/dev/null || lynx -force_html %f; fi |
303 |
Open=if test -n "$BROWSER" && test -n "$DISPLAY"; then ($BROWSER file://%d/%p &) >/dev/null 2>&1; else links %f 2>/dev/null || lynx -force_html %f; fi |
| 304 |
View=%view{ascii} links -dump %f |
304 |
View=%view{ascii} links -dump %f |
| 305 |
|
305 |
|
| 306 |
# StarOffice 5.2 |
306 |
# StarOffice 5.2 |
|
Lines 376-381
Link Here
|
| 376 |
regex/\.(rexx|rex|cmd)$ |
376 |
regex/\.(rexx|rex|cmd)$ |
| 377 |
Open=rexx %f %{Enter parameters};echo "Press ENTER";read y |
377 |
Open=rexx %f %{Enter parameters};echo "Press ENTER";read y |
| 378 |
|
378 |
|
|
|
379 |
# gnumeric |
| 380 |
regex/\.(gnumeric)$ |
| 381 |
Open=gnumeric %f |
| 382 |
|
| 379 |
|
383 |
|
| 380 |
### Archives ### |
384 |
### Archives ### |
| 381 |
|
385 |
|
|
Lines 384-389
Link Here
|
| 384 |
Open=%cd %p#utar |
388 |
Open=%cd %p#utar |
| 385 |
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - |
389 |
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - |
| 386 |
|
390 |
|
|
|
391 |
# .war |
| 392 |
regex/\.war$ |
| 393 |
Open=%cd %p#utar |
| 394 |
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - |
| 395 |
|
| 387 |
regex/\.tar\.bz$ |
396 |
regex/\.tar\.bz$ |
| 388 |
# Open=%cd %p#utar |
397 |
# Open=%cd %p#utar |
| 389 |
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf - |
398 |
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf - |
|
Lines 498-503
Link Here
|
| 498 |
Open=%cd %p#deb |
507 |
Open=%cd %p#deb |
| 499 |
View=%view{ascii} dpkg-deb -c %f |
508 |
View=%view{ascii} dpkg-deb -c %f |
| 500 |
|
509 |
|
|
|
510 |
# lyx |
| 511 |
regex/\.(lyx|LYX)$ |
| 512 |
Open=lyx %f |
| 513 |
View=%view{ascii} lyxcat %f |
| 514 |
|
| 515 |
# svg |
| 516 |
regex/\.(svg|SVG)$ |
| 517 |
Open=sodipodi %f |
| 518 |
View=display %f |
| 519 |
|
| 501 |
|
520 |
|
| 502 |
### Default ### |
521 |
### Default ### |
| 503 |
|
522 |
|