I have plenty of criticism for MC, I wish it had the sufficient amount of features so that it becomes a better representative of its genre and I could start recommending it to other users. Krusader and Total Commander are lightyears ahead, try these first.
GNU Midnight Commander
131–140 of 317 posts
Re: GNU Midnight Commander
#132I never understood the fervent love for midnight/norton commander. Its not like its a new phenomenon. I remember people raving about it in the late 90s too. is it nostalgia, or is it really that useful?
Re: GNU Midnight Commander
#133most of the russian programmers i worked with use this. Not sure if it's taught in university or something.
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 to type with my feet or something. But I do. It's very keyboard-controllable, and was fast and efficient until MS started to cram the ribbon UI into it. Since Windows 8 it's been destroyed.
Re: GNU Midnight Commander
#134Re: GNU Midnight Commander
#135Earlier quoted context omitted.
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".
The word “православный” in a meaning of some object/technology/way being good and true only started being used in Internet culture during 00s, and it still used, but as a slang/joke.
Re: GNU Midnight Commander
#136For anyone looking for more modern terminal file managers: my favorite is yazi since it has great preview capabilities out of the box and requires zero config, but other alternatives are nnn, ranger, walk and lf.
Re: GNU Midnight Commander
#137I've always found Midnight Commander to be underrated, perhaps because it "looks old". I still recommend checking it out if you want a terminal-based file manager. In case you do prefer GUIs, consider DoubleCommander.
Re: GNU Midnight Commander
#138If 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 interf…
Re: GNU Midnight Commander
#139I 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.
Very nice, but no longer as well maintained.
Re: GNU Midnight Commander
#140Earlier quoted context omitted.
> It can also directly open ssh and SFTP URLs. I wish mc could browse remote URLs, and I'm tempted to author an mc clone in Go to address this particular pain-point. Maybe some day handcrafting bespoke rsync/rclone commands will frustrate me enough to motivate me.
In the Left/Right menu in mc, you can select FTP, SFTP and SSH URLs to browse. Is this not what you mean?