• @GenkiFeral@lemmy.ml
    link
    fedilink
    42 years ago

    I just installed the cnurses MOC for music in console and happened upon using a file manager in terminal, too. good timing. If it has better search abilities than Thunar, that would be amazing. Probably requires my learning regex, though (ugh).

  • @GenkiFeral@lemmy.ml
    link
    fedilink
    42 years ago

    the keybindings…I wish FOSS would settle on standard keybindings. I have no time or energy to learn a new set of keybinding for every dang program I try out. I didn’t read anything in that article that made me think these programs had magical skills for finding files with scant info. Both MarkText (FOSS) and Obsidian (proprietary) can do that.

  • HMH
    link
    fedilink
    32 years ago

    I honestly do not understand terminal file managers, what’s their appeal, how are they better than what my command line already offers to me? I am not trying to dismiss them, I just plain do not understand how they are useful to people.

    • @freely@lemmy.ml
      link
      fedilink
      22 years ago

      For me, it’s quicker if I don’t remember the exact file name or location. Just see a list, enter a dir, repeat. Instead of typing ls and cd, it’s hjkl movement

    • mieum
      link
      fedilink
      12 years ago

      I’ve used both ranger and nnn fairly extensively, but I remember wondering the same thing before I tried out terminal file managers seriously. I think they are easier to use and more versatile. With a few key strokes you can perform bulk actions on a large number of files in various locations. You can run arbitrary commands on a selection of files, and define your own functionality fairly easily. Plus, if you ever work in a non-graphical environment, like on a remote server, then they are very nifty to have in your toolbelt.

  • mieum
    link
    fedilink
    32 years ago

    Another one worth mentioning is lf. It is a minimal clone of ranger written in Go, and is much faster—especially on slower systems like little SBCs.

    • @GenkiFeral@lemmy.ml
      link
      fedilink
      12 years ago

      when I was reading a bit about ncurses, a few guys mentioned ranger, but no one mentioned the other one.

    • @freely@lemmy.ml
      link
      fedilink
      12 years ago

      I’ve used it for a while. Not sure how nnn compares, but it works well for me. Can set it up to render images with w3c, open PDFs in stuff like Zathura, etc.