Hacker News new | ask | show | jobs
by renewiltord 995 days ago
It can edit zip files and stuff. I actually had no idea it was a Miguel de Icaza project. Quite a prolific fellow.
1 comments

The beauty of that feature is the system to implement it - extfs(EXTernal virtual File System) - is built with simple scripts, so you can add your own little tools to make other things navigable beyond the ~40 that come bundled.

There is a simple introduction in /usr/lib/mc/extfs.d/README, or https://github.com/MidnightCommander/mc/blob/master/src/vfs/... .