mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Merge branch '3443_patch_xz'
* 3443_patch_xz: Ticket #3443: patchfs extfs: support xz compression.
This commit is contained in:
commit
1fc5dd5986
@ -225,6 +225,10 @@ regex/\.(diff|patch)(\.(gz|Z))$
|
|||||||
Open=%cd %p/patchfs://
|
Open=%cd %p/patchfs://
|
||||||
View=%view{ascii} @EXTHELPERSDIR@/archive.sh view gz
|
View=%view{ascii} @EXTHELPERSDIR@/archive.sh view gz
|
||||||
|
|
||||||
|
regex/\.(diff|patch)(\.xz)$
|
||||||
|
Open=%cd %p/patchfs://
|
||||||
|
View=%view{ascii} @EXTHELPERSDIR@/archive.sh view xz
|
||||||
|
|
||||||
# ls-lR
|
# ls-lR
|
||||||
regex/(^|\.)ls-?lR(\.gz|Z|bz2)$
|
regex/(^|\.)ls-?lR(\.gz|Z|bz2)$
|
||||||
Open=%cd %p/lslR://
|
Open=%cd %p/lslR://
|
||||||
|
Loading…
Reference in New Issue
Block a user