I'm not sure if midnight commander was a complete rewrite.
GNU Midnight Commander
111–120 of 317 posts
Re: GNU Midnight Commander
#112Earlier quoted context omitted.
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 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.
Re: GNU Midnight Commander
#113dual-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
#114Re: GNU Midnight Commander
#115I 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…
Re: GNU Midnight Commander
#116Midnight 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.…
Well, and monitor.
If you're slouching over your laptop for extended periods of time, you have bigger problems than not being able to use numpad +...
Re: GNU Midnight Commander
#117For people on Android phones, Ghost Commander is neat. For people who like the power of Emacs dired, there used to be Sunrise Commander but last I looked it wasn't so actively maintained and had some bugs, so I've sadly gone back to regular dired.
Re: GNU Midnight Commander
#118In case you do prefer GUIs, consider DoubleCommander.
Re: GNU Midnight Commander
#119I 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.
Try https://krusader.org>. Same KDE underpinnings, but orthodox interface.
Re: GNU Midnight Commander
#120I grew up using Norton Commander. It had everything I needed including a decent editor! I'm not sure if midnight commander was a complete rewrite.