Live data from Hacker News

GNU Midnight Commander

midnight-commander.org

61–70 of 317 posts

Re: GNU Midnight Commander

#62
After 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

Re: GNU Midnight Commander

#63

I've been using OneCommander [1] on Windows for a few years now, it's great. Also dual pane with lots of extra features and active development. [1] https://www.onecommander.com/

I think the best tool for Windows is Total Commander or TCUP if you want the kitchen sink included:

https://tcup.pl/

Re: GNU Midnight Commander

#64

Brings back memories. This is one of my older open source contributions that's still visible. I helped port it to a/ux in the early 90's. Line 98: https://fossies.org/linux/mc/AUTHORS It was originally written by Miguel de Icaza who became a semi-famous for his work on Mono and others.

I think Miguel's greatest legacy is starting the Gnome project.

Re: GNU Midnight Commander

#65

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

The English word for that is "canonical".

Re: GNU Midnight Commander

#66

Earlier quoted context omitted.

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

What you're describing is the meaning of the word in English. I suspect using the word православный with this meaning started as a joke transplanting the English meaning of the word onto the corresponding Russian word.

"Orthodox" in Russian is "pravoslavny", literally "right faith" (pravyj = right, correct). I think it also contributes to the meaning. "The right way".

Re: GNU Midnight Commander

#67
post #37

Earlier quoted context omitted.

Lol. Realistically speaking, you'd have to bind mount your entire home for it to be usable then

Maybe you're just looking to shell around in your container deployed in a pod somewhere.

That should be doable with `kubectl debug ...` - e.g. attach an ephemeral sidecar container with mc to already running pod. And you would ofc. configure that in K9S as a plugin to easily launch it :)

Re: GNU Midnight Commander

#68
post #61

If only you could redefine the keyboard shortcuts...

You can, it even ships with two files you can use as examples in mc.{emacs,vim}.keymap. The vim one has my favorite comment in a config file:

    [editor]
    # No remapping, just use vim instead of mcedit
Given that you can specify the bindings config to use at startup with --keymap you can even configure task specific sets of bindings. This combined with extfs and custom menus makes it a great way to make a personal interface to non-file data sources too.

Re: GNU Midnight Commander

#70
post #62

After 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

Post reply on HN