mirror of
https://github.com/gryf/uc1541.git
synced 2026-02-14 20:35:45 +01:00
Readme update
This commit is contained in:
22
README.rst
22
README.rst
@@ -64,13 +64,23 @@ Installation
|
|||||||
============
|
============
|
||||||
|
|
||||||
* copy ``uc1541`` to ``~/.local/share/mc/extfs.d/``
|
* copy ``uc1541`` to ``~/.local/share/mc/extfs.d/``
|
||||||
* add or change entry for files handle in ``~/.config/mc/mc.ext``::
|
* add or change entry for files handle in ``~/.config/mc/mc.ext``:
|
||||||
|
|
||||||
# Disk images for Commodore computers (VIC20, C64, C128)
|
.. code:: ini
|
||||||
regex/\.([dD]64|[dD]6[zZ]|[dD]71|[dD]7[zZ]|[dD]81|[dD]8[zZ])$
|
|
||||||
Open=%cd %p/uc1541://
|
# Disk images for Commodore computers (VIC20, C64, C128)
|
||||||
View=%view{ascii} c1541 %f -list
|
[d64]
|
||||||
Extract=c1541 %f -extract
|
Regex=\.(d64|d71|d81)$
|
||||||
|
RegexIgnoreCase=true
|
||||||
|
Open=%cd %p/uc1541://
|
||||||
|
View=%view{ascii} c1541 %f -list
|
||||||
|
|
||||||
|
[d6z]
|
||||||
|
Regex=\.(d[678]z)$
|
||||||
|
RegexIgnoreCase=true
|
||||||
|
Open=%cd %p/uc1541://
|
||||||
|
View=%view{ascii} t=$(mktemp); zcat %f > ${t}; c1541 ${t} -list 2>/dev/null; rm ${t}
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|||||||
Reference in New Issue
Block a user