ranger is another good one. I very rarely end up using a terminal file manager though.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yeah. I keep hearing good things about ranger. Might give this a try soon
I use ranger with zoxide plugin, very handy. I even use it inside neovim as well, using rnvimr plugin.
@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.
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.
same.
back on dos i used xtreegold for everything.
but since moving to linux, it's never occurred to me to use one.
this thread has got me wondering but not sure i can see the need.
tab completion also makes handling directory structure easy enough.
lf is like ranger, but also very fast https://github.com/gokcehan/lf
I used ranger
previously, but I'm an lf
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 use the terminal to manage files. That's all
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.
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
and nnn
mentioned elsewhere and gave them a try, but they just didn't cut it compared to ranger
.
Same experience.
I use broot all the time and appreciate that xplr is more plugin oriented or flexible is some ways, but don't really feel I need more than broot so haven't given xplr a proper try.
As you use both, would you say there's a particular feature or task that has you reaching for xplr over broot?
xplr I probably use more (like nnn) for the tasks I would normally reach for a GUI file manager where broot I use (probably under-use) it as a fancy tree
and ls
- i.e. still using standard terminal commands to actually do stuff vs just moving things around
Never been a fan of terminal file managers, I just use exa
and cd
. Also z
for directory jumping.
mc
midnight commander, especially if i need to delete files/dirs with '-' and non-ascii characters. i do it without thinking.
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
inside emacsclient -t
😁
If you like vim keybindings check out ranger
. It’s nice.
Mostly ranger.
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.
Ranger, mostly for bulk renaming
Midnight Commander
Coreutils, rsync. In more complex scenarios zmv from zsh.
Yes, I almost not use any GUI to manage my files.
I've tried a bunch like ranger, lf, vifm, sfm and even some different ones like clifm. I always come back to nnn though. Nothing beats its speed and config options.
I’ve tried ranger for some while, pretty neat, but I haven’t tried other terminal file mangers tho
I mostly use a gui file manager, but when I do use a terminal based one I use ranger. Haven't tried others, I just like this one.
I had straight up just never considered that terminal file explorers existed. This post has opened my eyes, and so here is my Saved comment. (Maybe one day, kbin will implement saving without commenting...)
nnn
master race
I started with MC, went to nnn for a few months, then I moved to vifm.