kouteiheika
11 hours ago
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 to get back to MC; this allows you to easily use MC for things it is the most efficient for, and normal command-line for things where that is better).
pimeys
10 hours ago
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.
homebrewer
5 hours ago
I'm partial to pcmanfm-qt, which also supports splits, and has the best "search in current directory" I've seen anywhere. You open a directory, start typing, and it filters out matching files fzf-style.
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.
unmole
10 hours ago
> and you can split the view
You could do the same with Nautilus. But in their infinite wisdom GNOME developers decided to remove that ability.
tomrod
6 minutes ago
GNOME developers make me sad. Not quite as bad as resume-driven development changes to core tech products, but not too far off either.
I like things that work. Somehow that makes me a luddite!
graemep
7 hours ago
Konqueror (the old KDE file manager) lets you do multiple splits, horizontal as well as vertical, and preview files in the file manager.
Very nice, but no longer as well maintained.
overfeed
8 hours ago
> 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.
baumschubser
8 hours ago
In the Left/Right menu in mc, you can select FTP, SFTP and SSH URLs to browse. Is this not what you mean?
1718627440
7 hours ago
And for other protocols like WebDAV you can mount them and then traverse with mc.
bmn__
7 hours ago
> you can't get better than Dolphin
Try <https://krusader.org>. Same KDE underpinnings, but orthodox interface.
rob74
5 hours ago
I used Krusader for years, then (after installing Ubuntu instead of Kubuntu) I discovered Double Commander (https://github.com/doublecmd/doublecmd), which is also free software, but more cross-platform (and developed using Free Pascal/Lazarus, which makes it old-fashioned in even more ways - it even used to be hosted on SourceForge, but it looks like they moved to GitHub now).
aidenn0
an hour ago
I just tried it now. Any way to get it to not show all of my docker volumes as disk drives above the panes? There's hardly any room for a file-manager below that.
rob74
20 minutes ago
Yeah, I noticed that too, but I have fewer docker volumes, so it didn't bother me as much. As far as I can see, you can only disable the "drive buttons" completely under Configuration/Options/Layout/Show drive buttons". If you should need it, there is also a "drives list button" which shows a menu containing all available "drives".
dayvster
5 hours ago
My only issue with it is that it does not come with vim keybindings by default, I love to have consistent keybindings across my system / TUI tools
unixhero
7 hours ago
I think I love it more than you do. I am sure of it. It is ingrained into my workflow and how I think about files.
ferfumarma
2 hours ago
That hint is amazing! I tried it out and love that you can do this!
amelius
6 hours ago
Can you reference the file that was modified latest by me? With one shortcut?
Because that's what I miss most in my shell.
ghtbircshotbe
2 hours ago
Reverse shell command search for eg *.txt allows you to look through the most recent text files you've explicitly referenced
jcynix
2 hours ago
You mean something like
print -rl -- *(om[1].)
in zsh?amelius
2 hours ago
No, I mean globally (over all directories, starting from my home directory).
And of course, if the latest file isn't what I wanted, then it should be possible to easily go to the latest file before that.
skydhash
2 hours ago
Then you need emacs’s dired. There’s a find command that will do that. ;)
thendrill
5 hours ago
I have loved it since '99, when my friends used to tell me that to be a linux admin you have to stay up late because midnight commander works only after midnight ! Slackware 7 <3
inglor_cz
6 hours ago
Same here. I wonder how much does it have to do with the fact that I came of age during the MS-DOS era. The design seems just so sleek and efficient to me.