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

    • Bady
      link
      fedilink
      English
      11 year ago

      I use ranger with zoxide plugin, very handy. I even use it inside neovim as well, using rnvimr plugin.

    • ChojinDSL
      link
      fedilink
      11 year ago

      Yep, midnight commander is hands down the best file manager I’ve ever used.

      • @sunbeam60
        link
        11 year ago

        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.

  • @kevincox@lemmy.ml
    link
    fedilink
    English
    101 year ago

    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.

    • oo1
      link
      fedilink
      11 year ago

      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.

  • @jbrains@sh.itjust.works
    link
    fedilink
    English
    51 year ago

    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.

  • @JubilantJaguar@lemmy.world
    link
    fedilink
    English
    5
    edit-2
    1 year ago

    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.

  • Daeraxa
    link
    fedilink
    English
    51 year ago

    I used to use nnn but I’ve recently fallen in love with xplr but honestly about 90% of the time I just use ls, cp and mv (although I sometimes also use broot as well).

    • @Andy@programming.dev
      link
      fedilink
      English
      11 year ago

      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?

      • Daeraxa
        link
        fedilink
        English
        11 year ago

        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

  • sophs
    link
    fedilink
    English
    41 year ago

    Never been a fan of terminal file managers, I just use exa and cd. Also z for directory jumping.

  • sotolf
    link
    fedilink
    41 year ago

    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

    • @sin_free_for_00_days
      link
      21 year ago

      Same. I’ve set up and used ranger, nnn, even clifm, but after doodling around for a few minutes, I forget about them and just go back to basic builtins.

      • sotolf
        link
        fedilink
        21 year ago

        Yeah, they are just comfortable to work with, and no fuzz, and most of the time I don’t really need to do something complex.

      • sotolf
        link
        fedilink
        21 year ago

        Yeah, they are just comfortable to work with, and no fuzz, and most of the time I don’t really need to do something complex.

  • I eat words
    link
    fedilink
    English
    41 year ago

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