mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
*** empty log message ***
This commit is contained in:
parent
112483442a
commit
bc6eb17fa3
@ -262,6 +262,14 @@ regex/\.a(rj|[0-9][0-9])$
|
|||||||
Extract=unarj x %f '*'
|
Extract=unarj x %f '*'
|
||||||
Extract (with flags)=I=%{Enter any Unarj flags:}; if test -n "$I"; then unarj x $I %f; fi
|
Extract (with flags)=I=%{Enter any Unarj flags:}; if test -n "$I"; then unarj x $I %f; fi
|
||||||
|
|
||||||
|
# ha
|
||||||
|
regex/\.(ha|HA|Ha)$
|
||||||
|
Open=%cd %p#uha
|
||||||
|
View=%view{ascii} ha lf %f
|
||||||
|
Icon=ha.xpm
|
||||||
|
Extract=ha xy %f '*'
|
||||||
|
Extract (with flags)=I=%{Enter any HA flags:}; if test -n "$I"; then ha xy $I %f; fi
|
||||||
|
|
||||||
# ar library
|
# ar library
|
||||||
regex/\.s?a$
|
regex/\.s?a$
|
||||||
Open=%cd %p#uar
|
Open=%cd %p#uar
|
||||||
|
Loading…
Reference in New Issue
Block a user