Live data from Hacker News

GNU Midnight Commander

midnight-commander.org

111–120 of 317 posts

Re: GNU Midnight Commander

#111
I grew up using Norton Commander. It had everything I needed including a decent editor!

I'm not sure if midnight commander was a complete rewrite.

Re: GNU Midnight Commander

#112
post #43

Earlier quoted context omitted.

I use it especially when moving files around in my NAS and it is awesome. For GUI file managers, I have to say you can't get better than Dolphin. It has an integrated shell for the current directory, and you can split the view. It can also directly open ssh and SFTP URLs. For local things the combination of Dolphin and it's shell is unbeatable.

> It can also directly open ssh and SFTP URLs. I wish mc could browse remote URLs, and I'm tempted to author an mc clone in Go to address this particular pain-point. Maybe some day handcrafting bespoke rsync/rclone commands will frustrate me enough to motivate me.

In the Left/Right menu in mc, you can select FTP, SFTP and SSH URLs to browse. Is this not what you mean?

Re: GNU Midnight Commander

#113
post #25

dual-pane file manager For some reason, the technical term for these is Orthodox File Manager , which I've always thought was an obscure cultural in-joke from the countries where these were most popular --- Eastern Europe and the former USSR. This origin is elaborated at length here: https://softpanorama.org/Articles/introduction_to_orthodox_f...

The "orthodox" comes from a specific type of GUI, namely one that is driven by commands under the hood. UI elements are merely used to trigger commands that have the actual effect, and these commands could just as well be executed by hand, or automated into more complex commands. This is an excellent way to build powerful UIs. It is what drives things like Vim, and often why Lisp-based software is so hackable -- thin…

Isn't this what tools like lazygit use?

Re: GNU Midnight Commander

#115

I love Midnight Commander so much; I install it on every system I use. It's so much more efficient/pleasant when in comes to navigating the filesystem and doing basic operations, especially when you learn the shortcuts and learn how to use it along with other command-line tools (hint: if you press Ctrl+O in MC it will switch to a normal shell command prompt it the directory you're in, and you can press Ctrl+O again t…

I think I love it more than you do. I am sure of it. It is ingrained into my workflow and how I think about files.

Re: GNU Midnight Commander

#116
post #104

Midnight commander is a great tool, although I think most younger users do not realize that we lost something along the way. Norton Commander was fantastically fast for common file operations not just because of the dual-pane design, but because of several things working together. Thoughtful design of software while thinking of hardware. To get the most out of it, you were supposed to use the numpad on your keyboard.…

Stuff is still there as long as you get a proper keyboard.

Well, and monitor.

If you're slouching over your laptop for extended periods of time, you have bigger problems than not being able to use numpad +...

Re: GNU Midnight Commander

#117
post #32

For people on Android phones, Ghost Commander is neat. For people who like the power of Emacs dired, there used to be Sunrise Commander but last I looked it wasn't so actively maintained and had some bugs, so I've sadly gone back to regular dired.

Total Commander for Android not bad either

Re: GNU Midnight Commander

#118
I've always found Midnight Commander to be underrated, perhaps because it "looks old". I still recommend checking it out if you want a terminal-based file manager.

In case you do prefer GUIs, consider DoubleCommander.

Re: GNU Midnight Commander

#119
post #43

I love Midnight Commander so much; I install it on every system I use. It's so much more efficient/pleasant when in comes to navigating the filesystem and doing basic operations, especially when you learn the shortcuts and learn how to use it along with other command-line tools (hint: if you press Ctrl+O in MC it will switch to a normal shell command prompt it the directory you're in, and you can press Ctrl+O again t…

I use it especially when moving files around in my NAS and it is awesome. For GUI file managers, I have to say you can't get better than Dolphin. It has an integrated shell for the current directory, and you can split the view. It can also directly open ssh and SFTP URLs. For local things the combination of Dolphin and it's shell is unbeatable.

> you can't get better than Dolphin

Try https://krusader.org>. Same KDE underpinnings, but orthodox interface.

Re: GNU Midnight Commander

#120
post #111

I grew up using Norton Commander. It had everything I needed including a decent editor! I'm not sure if midnight commander was a complete rewrite.

It is a clean room imlementation and mostly feature complete with more modern support such as SFTP, UTF-8 and so on.
Post reply on HN