xtgold?
GNU Midnight Commander
71–80 of 317 posts
Re: GNU Midnight Commander
#72dual-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...
Re: GNU Midnight Commander
#73When GTK+ was released in the late 90s, combining my love of C programming with a newfound home in Linux and GTK+'s ability to make complicated graphical interfaces resulted in a dual-pane file manager. It was a great project.
Re: GNU Midnight Commander
#74Re: GNU Midnight Commander
#75Re: GNU Midnight Commander
#76Pleasantly surprised to see this topping HN today, and even more than the project and its website are still maintained in 2025.
Re: GNU Midnight Commander
#77I never could use mc. None of the keyboard shortcuts were at all intuitive to me, who had been using many different GUI file managers over the decades. Which is a shame, because I use SSH a LOT and doing normal file housework via pure CLI is super tedious and error-prone... Fortunately, I went looking more recently, and found the nnn file manager, which works properly with the basic keyboard commands I would expect,…
They're exactly the same as Norton Commander had been since the 80s.
Re: GNU Midnight Commander
#78However I rarely use them on a graphical environment like windows where I can open arbitrary explorer windows and arrange them as I see like. I guess it depends on what people have experience on...
Re: GNU Midnight Commander
#79dual-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…
Re: GNU Midnight Commander
#80Fun fact, on Windows I stopped using File Explorer and use Midnight Commander. Now that I am more into the command line, I may need to give it a try.