Can I get it in a Docker container?
GNU Midnight Commander
91–100 of 317 posts
Re: GNU Midnight Commander
#92Earlier quoted context omitted.
"Orthodox" in Russian is "pravoslavny", literally "right faith" (pravyj = right, correct). I think it also contributes to the meaning. "The right way".
Means the same thing in Ireland too! My understanding is it derives from greek for “ordinary teaching” we also use the term heterodox for a cultural setting that encourages different types of thought. The term Paradox is a challenging or somewhat contradictory idea. We also use the term orthodox for a right handed boxer. “Southpaw” is non-orthodox left handed.
Orthodox = orthos + doxasia
Orthos = straight/correct
Doxasia = belief
orthodoxos = correct belief
Re: GNU Midnight Commander
#93Re: GNU Midnight Commander
#94Total Commander is still the first thing I install on every fresh Windows install for the last 20 or so years. Copy/move/delete etc keys are the same as in mc.
Re: GNU Midnight Commander
#95Re: GNU Midnight Commander
#96After moving from Windows to MacOS mc is the closest to Total Commander - the only software that I’m still missing from MacOS. Reminds me to DOS Navigator and Volkov Commander or even FAR
Try doublecmd[1], much better then tc, open source, updated frequently, works on all platforms. Oh and written in object pascal, which I like a lot! [1]: https://doublecmd.sourceforge.io
Re: GNU Midnight Commander
#97Re: GNU Midnight Commander
#98Re: GNU Midnight Commander
#99Re: GNU Midnight Commander
#100Earlier quoted context omitted.
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…
Does Blender also qualify? It even shows you the name of the Python function behind each UI element on hover, which is great for discoverability when scripting. Or maybe it used to, can't see it now.