1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
--- lib/mc.ext.in.orig Sun Dec 6 16:43:44 1998
+++ lib/mc.ext.in Sun Dec 6 16:46:43 1998
@@ -265,7 +265,7 @@
# ar library
regex/\.s?a$
Open=%cd %p#uar
- View=%view{ascii} nm %f
+ View=%view{ascii} nm '%d/%p'
# C
shell/.c
@@ -356,8 +356,8 @@
# Manual page - compressed
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
- Open=gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
- View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@
+ Open=gunzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
+ View=%view{ascii,nroff} gunzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@
Icon=man.xpm
regex/(read\.?me$)|(README)
@@ -372,52 +372,52 @@
View with GhostView=gv %f
type/GIF\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/GIF\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/JPEG\ picture
- Open=ee %f
+ Open=ElectricEyes %f
Icon=jpeg.xpm
Include=image-options
type/PC\ bitmap
- Open=ee %f
+ Open=ElectricEyes %f
Icon=bitmap.xpm
Include=image-options
type/PNG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=gif.xpm
Include=image-options
type/JPEG\ image
- Open=ee %f
+ Open=ElectricEyes %f
Icon=jpeg.xpm
Include=image-options
type/TIFF\ file
- Open=ee %f
+ Open=ElectricEyes %f
Icon=tiff.xpm
Include=image-options
type/PBM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=pbm.xpm
Include=image-options
type/PGM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=pgm.xpm
Include=image-options
type/PPM
- Open=ee %f
+ Open=ElectricEyes %f
Icon=ppm.xpm
Include=image-options
@@ -426,14 +426,14 @@
Icon=xbm.xpm
shell/.xpm
- Open=ee %f
+ Open=ElectricEyes %f
View=sxpm %f
Include=image-options
Icon=xpm.xpm
include/image-options
Set root window to this image=background-properties --setwallpaper %f &
- Display this file=ee %f &
+ Display this file=ElectricEyes %f &
# Sound files
shell/.mod
@@ -531,14 +531,14 @@
Icon=rexx.xpm
# Microsoft Word Document
-regex/\.(doc|DOC)$
+#regex/\.(doc|DOC)$
# View=%view{ascii} catdoc -w %f
- View=%view{ascii} word2x -f text %f -
- Icon=word.xpm
-type/Microsoft Word Document
+# View=%view{ascii} word2x -f text %f -
+# Icon=word.xpm
+#type/Microsoft Word Document
# View=%view{ascii} catdoc -w %f
- View=%view{ascii} word2x -f text %f -
- Icon=word.xpm
+# View=%view{ascii} word2x -f text %f -
+# Icon=word.xpm
# cpio rules
@@ -551,7 +551,7 @@
shell/.cpio.gz
Open=%cd cpio:%d/%p/
View=%view{ascii} gzip -dc '%f' | cpio -ictv
- Extract=gzip -dc '%f' | cpio -ic
+ Extract=gzip -dc '%d/%p' | cpio -ic
Icon=compressed.xpm
shell/.cpio
|