Total 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.
GNU Midnight Commander
161–170 of 317 posts
Re: GNU Midnight Commander
#162I never used MC (not very much into TUIs) but ages ago I wrote a graphical file manager in the same vein. For me the inspiration came from Directory Opus [1] on the Amiga, which was just awesome. When 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 projec…
Edit: Incorrect:(I'd guess the biggest requested change would have been to update it from using GTK 2 to GTK 3, but I can definitely understand why someone wouldn't want to...)
Re: GNU Midnight Commander
#163Re: GNU Midnight Commander
#164most of the russian programmers i worked with use this. Not sure if it's taught in university or something.
Orthodox file managers seem to be very much a thing across the Eastern Bloc. I moved from England to Czechia in 2014 and was amazed to discover almost everyone used them. My first job in a Windows company, it had a site licence to Total Commander, and it was preinstalled on all machines. When I told them I found the Windows Explorer to be perfectly fine, people genuinely gaped in amazement at me as if I said I chose…
Re: GNU Midnight Commander
#165I never used MC (not very much into TUIs) but ages ago I wrote a graphical file manager in the same vein. For me the inspiration came from Directory Opus [1] on the Amiga, which was just awesome. When 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 projec…
Re: GNU Midnight Commander
#166Midnight 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.…
It's not mc's fault, the Escape delay is added by the terminal emulator, to correctly handle escape sequences. You can probably configure it, but the most portable way that works everywhere is to simply press it twice quickly. It's only barely slower than the DOS way of doing it, and much faster than pressing and waiting for a second.
Re: GNU Midnight Commander
#167I 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.
It doesn't simply select them like some other file managers do, it searches within the name and not just the prefix (again, like some other file managers), you don't have to press anything beforehand. When you get used to it, it's hard to go without it.
https://github.com/lxqt/pcmanfm-qt
For those preferring lightweight environments, it has far fewer dependencies than dolphin.
Re: GNU Midnight Commander
#168Earlier quoted context omitted.
The English word for that is "canonical".
To me, "canonical" feels more descriptive whereas "orthodox" has a prescriptive connotation. But I'm also ESL, so not sure if that's just me or common in any/all English-speaking countries.
For me (native U.S. English speaker) the religious reference in "orthodox" is more transparent and that in "canonical" is more obscure, so "canonical" sounds more technical or more neutral somehow.
Re: GNU Midnight Commander
#169Weird question, when you call yourself "GNU " does that just mean GNU Public License, or is it more like "Apache " where there's an organization attached?
Re: GNU Midnight Commander
#170I 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…