mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* lib/mc.ext.in: Use "type" to recognize zip and lha archives.
This commit is contained in:
parent
acbe83ef9c
commit
bfb469435d
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-29 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Use "type" to recognize zip and lha archives.
|
||||||
|
|
||||||
2001-11-27 Pavel Roskin <proski@gnu.org>
|
2001-11-27 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.ext.in: When running X programs in background, do it
|
* lib/mc.ext.in: When running X programs in background, do it
|
||||||
|
@ -418,7 +418,7 @@ regex/\.(tar|TAR)$
|
|||||||
Extract=tar xf %f
|
Extract=tar xf %f
|
||||||
|
|
||||||
# zip
|
# zip
|
||||||
regex/\.(zip|ZIP|jar|JAR)$
|
type/^Zip\ archive
|
||||||
Open=%cd %p#uzip
|
Open=%cd %p#uzip
|
||||||
View=%view{ascii} unzip -v %f
|
View=%view{ascii} unzip -v %f
|
||||||
Extract=unzip %f
|
Extract=unzip %f
|
||||||
@ -432,7 +432,7 @@ regex/\.(zoo|ZOO)$
|
|||||||
Extract=zoo x %f '*'
|
Extract=zoo x %f '*'
|
||||||
|
|
||||||
# lha
|
# lha
|
||||||
regex/\.(lha|LHA|lzh|LZH)$
|
type/^LHa\ .*archive
|
||||||
Open=%cd %p#ulha
|
Open=%cd %p#ulha
|
||||||
View=%view{ascii} lharc l %f
|
View=%view{ascii} lharc l %f
|
||||||
Extract=lharc x %f '*'
|
Extract=lharc x %f '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user