Initial import
This commit is contained in:
16
README.rst
Normal file
16
README.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
=================================
|
||||
ulha extfs for Midnight Commander
|
||||
=================================
|
||||
|
||||
This is Midnight Commander extfs plugin for handling lha/lzh archives.
|
||||
It requires `lha <http://lha.sourceforge.jp>`_ free LHA implementation to work.
|
||||
|
||||
Installation
|
||||
------------
|
||||
* copy ``ulha.py`` to ``~/.local/share/mc/extfs/ulha``
|
||||
* add or change entry for lha/lzh files handle in ``~/.config/mc/mc.ext``::
|
||||
|
||||
# lha
|
||||
regex/\.[lL]([Hh][aA]|[Zz][hH])$
|
||||
Open=%cd %p/ulha://
|
||||
View=%view{ascii} lha l %f
|
||||
Reference in New Issue
Block a user