Live data from Hacker News

GNU Midnight Commander

midnight-commander.org

21–30 of 317 posts

Re: GNU Midnight Commander

#21
I've been using `mc` for decades... In fact, in my early professional days as a software dev, I've written entire systems with PHP using `mcedit` (the built-in editor), because I didn't know `vim` then, and `mcedit` had syntax highlighting...

Re: GNU Midnight Commander

#22

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...

At least in Russia, "orthodox" has an extra connotation that's not strictly coupled to church, akin more to "one true way", as in "orthodox way to learn a tech stack". With a negation, it becomes something like "wrong" or even "heretical", as in "pizza with pineapple".

Re: GNU Midnight Commander

#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 -- think Emacs, StumpWM, etc. Instead of writing plugins against some small plugin API, you're wiring new functionality directly into the application.

The article you reference goes into more detail, as you say.

Re: GNU Midnight Commander

#29
post #4

I haven't used this for a long old time. Back in the day it was the only way to recover your university dissertation when you'd rm -rf'd in the wrong directory. Go on, ask me how I know ... I've not had much cause to use it since then though.

mc can recover deleted files?
Post reply on HN