77 # Rules are applied from top to bottom, thus the order is important. |
77 # Rules are applied from top to bottom, thus the order is important. |
78 # If some actions are missing, search continues as if this target didn't |
78 # If some actions are missing, search continues as if this target didn't |
79 # match (i.e. if a file matches the first and second entry and View action |
79 # match (i.e. if a file matches the first and second entry and View action |
80 # is missing in the first one, then on pressing F3 the View action from |
80 # is missing in the first one, then on pressing F3 the View action from |
81 # the second entry will be used. default should catch all the actions. |
81 # the second entry will be used. default should catch all the actions. |
82 # |
|
83 # Any new entries you develop for you are always welcome if they are |
|
84 # useful on more than one system. You can send your modifications |
|
85 # by e-mail to mc-devel@gnome.org |
|
86 |
|
87 |
|
88 ### Changes ### |
|
89 # |
|
90 # Reorganization: 2000-05-01 Michal Svec <rebel@penguin.cz> |
|
91 |
|
92 |
|
93 ### TODO ### |
|
94 # |
|
95 # Postscript Open: ps2svga [gs -DEVICE=jpeg|zgv or something] |
|
96 # Images asciiview |
|
97 # |
|
98 # All X Apps [Nothing/Warning] if no DISPLAY |
|
99 # Not found [Default/Warning] |
|
100 # Empty Output [Default/Warning] |
|
101 # Edit: CopyOut+EDIT+CopyIn |
|
102 # Security Check gzip/bzip EDIT (mktemp) |
|
103 # |
|
104 # Maybe: Open/XOpen/GOpen/KOpen/... for Console/X/GNOME/KDE/etc. |
|
105 |
|
106 regex/\.pdf\.gz$ |
|
107 Open=(zxpdf %f &) |
|
108 |
82 |
109 ### Archives ### |
83 ### Archives ### |
110 |
84 |
111 # .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk |
85 # .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk |
112 regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$ |
86 regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$ |