I 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…
GNU Midnight Commander
171–180 of 317 posts
Re: GNU Midnight Commander
#172I been using mc since mandrake days, coming from dos looking for a norton commander replacement. Still use mc in 2025 :-)
Re: GNU Midnight Commander
#173If you wonder how to quit (if started from a terminal):
It's `ESC 0`. Or "exit" like from a shell. Took me some time I have to admit (q, ctrl-c, ctrl-q, F10, ESC all did not work).
Re: GNU Midnight Commander
#174Mouseless Commander :)
Re: GNU Midnight Commander
#175I've been using `mc` for decades... In fact, in my early professional days as a software dev, I've written entire systems with PHP using `mcedit` (the built-in editor), because I didn't know `vim` then, and `mcedit` had syntax highlighting...
Mostly used Notepad++ or SciTE ( https://www.scintilla.org/ ) over the years, as the number of languages/platforms I traverse made it a consistent option for dealing with various document encodings etc. I thought mc and mcedit was cool, but needed something small and portable within a fairly locked-down environment ( "No [root] for you!" as the admin would say.) =3
Re: GNU Midnight Commander
#176Midnight 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.…
> ESC was supposed to work immediately, not after a delay. 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
#177It's an interesting file browser, the default "blue" colors gives old-school vibes nowadays. If you wonder how to quit (if started from a terminal): It's `ESC 0`. Or "exit" like from a shell. Took me some time I have to admit (q, ctrl-c, ctrl-q, F10, ESC all did not work).
If that fails, you can click on "10 Quit" with the mouse (not ideal, but an immediate solution).
Re: GNU Midnight Commander
#178It's an interesting file browser, the default "blue" colors gives old-school vibes nowadays. If you wonder how to quit (if started from a terminal): It's `ESC 0`. Or "exit" like from a shell. Took me some time I have to admit (q, ctrl-c, ctrl-q, F10, ESC all did not work).
F10 always worked for me, but some terminals use F10 for some other functionality. If that fails, you can click on "10 Quit" with the mouse (not ideal, but an immediate solution).
Re: GNU Midnight Commander
#179I 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…
I find it a little sad that you haven't released a new revision since 2016 [0]. It has not declined in usefulness. 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...) 0: https://sourceforge.net/projects/gentoo/
I thought I had released the GTK 3.x version, but I guess not, then. It might have been that there was something I just couldn't get to behave right, gentoo is somewhat picky about its UI and tries to make it do the right thing in ways that GTK sometimes isn't ready for.
Today I guess the target would be GTK 4.x, I tried to align with the latest main version back when I was maintaining it more.
Oh and 2016 makes sense, had my first kid in 2015 ... :|