mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
This commit is contained in:
parent
429f1a476e
commit
970793d4e2
@ -1,5 +1,7 @@
|
|||||||
2004-01-22 Pavel Roskin <proski@gnu.org>
|
2004-01-22 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
|
||||||
|
|
||||||
* configure.in: Rename to ...
|
* configure.in: Rename to ...
|
||||||
* configure.ac: ... this.
|
* configure.ac: ... this.
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ regex/\.tar\.bz$
|
|||||||
# Open=%cd %p#utar
|
# Open=%cd %p#utar
|
||||||
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
|
View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf -
|
||||||
|
|
||||||
regex/\.tar\.bz2$
|
regex/\.t(ar\.bz2|bz|b2)$
|
||||||
Open=%cd %p#utar
|
Open=%cd %p#utar
|
||||||
View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
|
View=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user