Live data from Hacker News

Use Midnight Commander like a pro (2015)

klimer.eu

41–50 of 99 posts

Re: Use Midnight Commander like a pro (2015)

#43

I've been using Marta on the Mac ( https://marta.sh ) and I really enjoy having a dual-pane file manager with an integrated terminal where navigating the folder hierarchy is synchronised in both directions. Marta doesn't seem to be actively developed anymore, so if anyone know of a good alternative I am all ears. fman (https:/fman.io) looks nice, but I don't think it has terminal integration.

You can install Midnight Commander on a Mac as well.

Re: Use Midnight Commander like a pro (2015)

#44
post #26
post #16

Earlier quoted context omitted.

It also can open/browse archive files without unpacking first.

It unpacks them in a temporary directory.

Depends on the archive type and how the vfs/extfs code was implemented for it¹. It also depends on how the archive is treated if it is compressed container, which can be seen by looking at how a .tar and .tar.xz are handled for example. The zip handler is probably the easiest to understand, as it doesn't need to contend with external compression wrappers and is a simple perl script. (In some cases it would probably be nicer if it did extract the entire archive to tmpfs, such as when you independently pull a few files from a massive .deb for example)

Implementing your own extfs scripts to wrap a simple menu around some task can be really useful, far beyond basic archives. I wrote one so that I can shuffle my todo list priorities by moving fake "task files" in to different pseudo-directories.

¹ https://github.com/MidnightCommander/mc/tree/master/src/vfs/

Re: Use Midnight Commander like a pro (2015)

#45

there is a newcomer into the terminal file managers arena that looks like it's going to be what I was looking for https://github.com/sxyazi/yazi (sort of ranger/vifm written in rust, lots of momentum)

Hm. That sixel support does look really nice. It’s something I miss with vifm.

Re: Use Midnight Commander like a pro (2015)

#47

I've been using Marta on the Mac ( https://marta.sh ) and I really enjoy having a dual-pane file manager with an integrated terminal where navigating the folder hierarchy is synchronised in both directions. Marta doesn't seem to be actively developed anymore, so if anyone know of a good alternative I am all ears. fman (https:/fman.io) looks nice, but I don't think it has terminal integration.

It's not actively developed, but not abandoned either, if you judge by the closing of issues in the dedicated repository. It's also my file manager of choice (minimalist UI but reasonably featured).

Re: Use Midnight Commander like a pro (2015)

#48
post #3

Or you can try FAR Manager. It kept me from switching from Windows to Linux for a long time, back in 2000-s. It's now available on macOS and Linux.

Double Commander is also good for those, who used to Total Commander.

https://doublecommander.com/

https://sourceforge.net/projects/doublecmd/files/latest/down...

Post reply on HN