Long time nnn
user right now. But interested in hearing some other people suggestions in case I missed something more interesting.
ranger is another good one. I very rarely end up using a terminal file manager though.
Yeah. I keep hearing a good things about ranger. Might give this a try soon
@theodore Midnight Commander
Any spesific reason on choosing it?
@theodore I’ve always used it I guess, back to Solaris, FreeBSD days, it does everything inc FTP
Nice. Will try it
Yep, midnight commander is hands down the best file manager I’ve ever used.
With great respect, and speaking as someone who has used both very extensively, I would argue Total Commander (on Windows) has got the upper hand of all those traditional NC clones.
lf is like ranger, but also very fast https://github.com/gokcehan/lf
There is also joshuto, another ranger clone, written in rust.
I used
ranger
previously, but I’m anlf
convert. It was a bit difficult to set some things up, but it’s blazing fast and there are things about it I prefer.
I generally I only do simple operations on the command line. A few
cp
,mv
,ls
… If I am doing much more than that I open a GUI manager.ranger
and I have nothing but praise for it. That’s as a Linux user of 15 years, formerly a bit of a skeptic about the use of such a tool. I use it not just as a file manager but as a platform for launching scripts and GUI programs via key bindings. I’ve pretty much turned it into a TUI desktop environment at this point. Because, yes, it is possible to do computing more efficiently than with a CLI alone, whatever the purists may say. For me, TUI tools are the sweet spot: less keystrokes, less memorizing, but also extremely hackable given that there’s no GUI to deal with.Addendum: and
fzf
in the scripts! Like someone else said, this simple little tool makes so much possible.I saw
lf
andnnn
mentioned elsewhere and gave them a try, but they just didn’t cut it compared toranger
.
mc
I use the terminal to manage files. That’s all
Mostly ranger.
I consider ranger and fzf life changing, especially being able to get the full path of any file at my command prompt at a moment’s notice. It’s now as though navigating directories were gauche.
Never been a fan of terminal file managers, I just use
exa
andcd
. Alsoz
for directory jumping.midnight commander, especially if i need to delete files/dirs with ‘-’ and non-ascii characters. i do it without thinking.
In this case, however, it cannot be said that I am using it as intended. The AUR helper I use, aurutils, uses Vifm to display the respective PKBUILD file during an update, for example.
Most of the time I just use the commandline stuff (cd ls mv rm etc.) but I have vifm installed if I really want one
dired
insideemacsclient -t
😁