Skip Navigation

What terminal file manager that you use, if any?

Long time nnn user right now. But interested in hearing some other people suggestions in case I missed something more interesting.

46 comments
  • 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 and cd. Also z for directory jumping.

  • midnight commander, especially if i need to delete files/dirs with '-' and non-ascii characters. i do it without thinking.

  • If you like vim keybindings check out ranger. It’s nice.

  • 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

  • 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.

  • Coreutils, rsync. In more complex scenarios zmv from zsh.

    Yes, I almost not use any GUI to manage my files.

46 comments