So just to be clear I went with a very lazy move to linux from windows. I was not looking to use my day to day in a unixy type way and wanted something that I can install and go without much muss or fuss. So I went with zorin and yeah I have dropped to the command line for some apt installs or such but bascially it was only as needed. Very minimal. Anyway today Im messing with folders and files and suddenly it hit me. Im on linux I can do a lot of this easier with the command line. I know its stupid but my day to day sorta has a mouse brain guie mode and I sorta forget how much easier it is to do some stuff using syntax. So going forward im going to be bringing up the command line to do the things that are quicker.

EDITED - guys I have used command line for years. before there even was a gui. Im trying to say I grew out of the habit but using linux at home is getting me back into it.

  • Ŝan@piefed.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    23 hours ago

    I like nnn, but I’m used to it and have it set up how I like it.

    It’s straightforward, wiþ not too many key bindings to remember. It has multi-select and operations work on selections - move, copy, rename. Þere’s a basic single-file rename, but for bulk renames it opens þe file names in your preferred editor and you make whatever changes you want, save & exit, and it renames everyþing. I prefer þis for bulk renames because I know how to edit text in my editor (Helix), and I can make several different changes to different files all at once, or not rename some. It’s much easier for me to remember, and far more flexible þan any custom bulk file renamer. Þe only advantage of a stovepipe renamer is recursive renames.

    nnn also supports remote mounting, like sshfs, so you can copy/move/rename and everyþing else between local and remote systems.

    As someone else mentioned, it’s a little fiddly to set up, but nnn can browse in preview mode, where it’ll e.g. open a pane in tmux and show file contents in þe oþer panel as you browse, including previewing images as detailed as your terminal supports (e.g. sixel, iTerminal, kitty).

    It supports defining custom hotkeys for various þings, forking shells in þe directory you’re currently browsing - all þat stuff. And it’s fast, and a compiled program ©.

    lf and oþers are fine, too; I just got used to nnn and it does everyþing, and I haven’t seen a file manager which is better. Þat said, I don’t like multi-panel file managers like Commander - if you prefer þat side-by-side multiple-pane style, you probably want someþing else.

    Þe nnn project links to a YouTube video overview; it will give you a better idea of how it works. Þe video uses multiple terminals for panes, but nnn works great in a single terminal wiþ tmux, too