https://github.com/gryf/mc_ulzx
Midnight Commander extfs plugin for handling lzx Amiga archives
https://github.com/gryf/mc_ulzx
Last synced: 2 months ago
JSON representation
Midnight Commander extfs plugin for handling lzx Amiga archives
- Host: GitHub
- URL: https://github.com/gryf/mc_ulzx
- Owner: gryf
- License: other
- Created: 2022-10-02T08:22:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T16:16:35.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:48:21.606Z (4 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======================
Midnight Commander ulzx
=======================Midnight Commander extfs plugin for handling lzx Amiga archives.
Description
===========ULzx is an extfs plugin which can be used to browse and extract lzx archives,
which are known almost exclusively from Amiga.Due to limitations of
`unlzx `_ tools,
only reading is supported. Also be aware, that
`unlzx `_ cannot
extract files individually, so copying entire archive content is not
recommended, since on every single file a full archive extract would be
done, which in the end would have impact on performance.Requirements
------------ULzx requires
`unlzx `_ tool.Installation
------------* install `extfslib`_
* copy ``ulzx`` to ``~/.local/share/mc/extfs.d/``
* add or change entry for files handle in ``~/.config/mc/mc.ext``:.. code:: ini
[lzx]
Regex=\.lzx$
RegexIgnoreCase=true
Open=%cd %p/ulzx://
View=%view{ascii} unlzx -v %fLicense
=======This software is licensed under 3-clause BSD license. See LICENSE file for
details... _extfslib: https://github.com/gryf/mc_extfslib