regex problem in the mc.ext.ini setup for "atrfs" (Atari ATR disk image filesystem tool) ? #5076
Unanswered
peterkaczorowski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
"Directory" only works on physical directories, not VPATHs. Lines 946 to 947 in dc2dbc8 I'm not sure if there is a way for us to relax this restriction and allow for virtual directories. Maybe @mc-worker would know. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I wrote a small tool that provides extfs/vfs support for ATR images, which are disk image files for Atari 8-bit computers. It can be used in CLI mode or integrated with Midnight Commander.
The project is available here: https://github.com/peterkaczorowski/atrfs
This is an example of usage:

I added the following blocks to mc.ext.ini:
The preview function is similar to cat, but it automatically detects text files. If the file is a text file, preview converts it from ATASCII to UNIX format.
However, the block or regex inside it does not work. Maybe someone can help me configure it correctly so that preview works in F3 View mode.
Best regards,
Piotr
Beta Was this translation helpful? Give feedback.
All reactions