• @nachtigall@feddit.de
    link
    fedilink
    72 years ago

    Can someone explain me the advantage(s) of a terminal file manager? I feel like anything such a file manager could do, can be achieved faster with mv, cp, rename, …

    • @TheKernalBlog@lemmy.mlOP
      link
      fedilink
      42 years ago

      I personally like to use regular command line tools (cd, mkdir, mv, ls, etc.) but there are many cases where a terminal file manager comes in handy. When working with a large number of files, having a simple list is a lot easier than reading all of the filenames and opening them. Plus, if you’re like me and choose to use a POSIX shell, managing files with terminal commands is hell when you have long filenames.

    • @iortega@lemmy.eus
      link
      fedilink
      32 years ago

      I feel like it is faster.

      However, my aim was to have a system that could be used without a mouse. Why? because I had neither a mouse nor a touchpad.

    • Projjal
      link
      fedilink
      22 years ago

      It’s more intuitive to manages files with commands actually.

  • Projjal
    link
    fedilink
    52 years ago

    The thing is, the modern OSes and programs have made mouse so compulsory that you can’t really escape it. For instance, if you use a lot of creative software on your PC, can you avoid using a mouse? No. Playing games? No. Making games? No. Browsing the web? You can, but sometimes you can’t because of it’s noisy and complicated nature.

    Btw, if you’re on firefox, add this extension if you want to browse keyboard-only “most of the time”.

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

      We tend to think that a pc is used for everything, there are specific cases where a pc is only used for one particular purpose. Or environments where the administrator doesn’t give you the choice.

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

      The author mentioned this at the end of the article, specifically around those counter examples you raised.

      While there are cases where having a mouse would be useful, (Gaming, 3D Modeling, etc.) but for most people, with some change to their workflow, they can become completely obsolete.

      • Projjal
        link
        fedilink
        1
        edit-2
        2 years ago

        Yeah, I know that but what was I trying to say that those counter examples have the most popularity when it comes to end-users using their computers.

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

            I don’t disagree, besides I find warpd very interesting, I don’t know, it makes me think of using qutebrowser

  • @hamfandango@lemmygrad.ml
    link
    fedilink
    4
    edit-2
    2 years ago

    On a side note, is the trackpoint (the thinkpad’s red nipple) pattented? I know some dell’s have it, so I imagine they aren’t.

    I would love to have third party keyboards with this type of integrated pointer device. That or some sort of tracball, which, by the way, are a great alternative to a mouse. Have been using them for 4 years now and never looked back.

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

      It is, I believe Lenovo has the patent on it, and Dell/Toshiba either license the patent or have their own implementation to get around it. Unicomp used to ship a track-point like pointer on some of their keyboards but it’s not as smooth or accurate compared to the Thinkpad ones.

  • @iortega@lemmy.eus
    link
    fedilink
    4
    edit-2
    2 years ago

    I use dwm. I use Vimium on firefox. I use cmus. I use vifm. I use mpv and feh. And of course, I use both Emacs and Neovim. Newsboat for rss. The only thing, email client: currently Claws. I’m not too comfortable with terminal or emacs email clients. But that might change soon. I also have a bunch of scripts I use for keyboard-driven usage of my system. It’s not enough with those 5 types of software you mentioned. You need to optimize everything for the keyboard. Something I really miss from every distro, because not a single one does this, afaik.

    • @ree@lemmy.ml
      link
      fedilink
      2
      edit-2
      2 years ago

      Honestly I think it’s all about balance.

      Some interactions are much easier with a mouse. Other thrives with keyboards.

      I wish there was an easy way to have mail within emacs. Everytime I’m drawn to it I’m lost in all the alternatives and each configuration seem quite complexe to implement

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

        I haven’t used emacs for mail but I was a huge mutt user back in the day before I surrendered to using Outlook at work (employer blocks IMAP on our Exchange Online instance and I didn’t want to go through the hassle of getting it permitted for my personal mailbox). I’d check that out, the config is pretty easy and you can search github/gitlab for other people’s configs to get you started.

        I had multiple mailboxes mapped to the function keys, F2 for primary mail, F3 for work, etc., it worked beautifully.

        • @ree@lemmy.ml
          link
          fedilink
          32 years ago

          Ha yes. I’ve used mutt sporadically before. Nice soft.

          I’ve just remembered that my employer will go exchange only before summer :/ it was nice while it lasted.

  • @oggy@lemmy.ml
    link
    fedilink
    1
    edit-2
    2 years ago

    Howto make a meme with system mouse free ?

    I like gnu-linux as an EDI but I think for me is better to see my images with Ranger by example. You can open images with zsh an alias suffixes like :

    alias -s png=sxiv #=\t -> Afficher une image png. Taper juste le nom. ex : oggy.png
    alias -s jpg=sxiv  #=\t -> Afficher une image jpg. Taper juste le nom.\n 
    

    but you have to do it one by one, right? what do you think, did you find another way?