• Limeey@lemmy.world
    link
    fedilink
    English
    arrow-up
    67
    arrow-down
    1
    ·
    10 months ago

    A gui is helpful sometimes, but there’s a lot of cases where there’s no feasible way to make a good gui that does what the terminal can do.

    Right tools for the right job.

    For example, a gui to move a file from one folder to another is nice - drag and drop.

    A gui that finds all files in a directory with a max depth of 2 but excludes logs and runs grep and on matching files extracts the second field of every line in the file? Please just let me write a one liner in bash

        • 0x4E4F@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          11
          ·
          10 months ago

          I always install gparted in the live environment 😂… cuz… yeah, I can fuck things up and end up without my data 😂.

        • thehatfox@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          10 months ago

          I see a lot of people saying they have to use a GUI tool for partition management, and I’ve never understood why.

          Text based tools like parted are fairly easy to use, at least compared to other terminal tools the same people are able to use for other tasks.

          What is it about partitioning that needs a GUI when other tasks don’t? Is it the visual representation of the partition layout? A general fear of borking a disk?

          • lightnsfw@reddthat.com
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            Is it the visual representation of the partition layout? A general fear of borking a disk?

            Yes

            Being able to see it helps a lot. I can and have done it via parted. My media server doesn’t have a desktop environment installed. I just really would rather have a GUI when it’s available as an added safeguard.

          • aard@kyu.de
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            Problem nowadays is that changing partition tables is so rare that parted changes their commands between uses, and I never remember if fdisk nowadays has all the GPT related issues that made me try parted in the first place ironed out. Plus I can’t remeber the new GPT commands and partition IDs.

            I still mostly just read the help text every time because nothing else is installed - but from the speed I might be a bit faster with a well designed GUI nowadays if it is about modifying GPT disks. MBR disks I still can do with fdisk in my sleep.

  • 0x4E4F@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    10 months ago

    Super + T in my case, but still…

    (shhh 🤫, it’s actually the win key, but don’t let the Linux users hear ya 🤫)

  • Agent641@lemmy.world
    link
    fedilink
    arrow-up
    36
    arrow-down
    3
    ·
    10 months ago

    The terminal is not fancy, or pretty, and its not that nice to use, but its always available and it gets the job done, just like OPs mum

  • Yaarmehearty@lemmy.ml
    link
    fedilink
    arrow-up
    31
    ·
    10 months ago

    I can’t say I love the terminal, if there’s a GUI for a task I’ll use that but there comes a time in every troubleshooting session where the terminal is just the only way to do something reliably.

    I’m not going to lie though, I forget commands constantly so have to search the most basic shit to type in.

        • PlutoParty@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          Ash is the only one I’m aware of, but that’s primarily going to be found and used on stuff like routers or other embedded devices. Any modern shell can support history. That said, many users will disable it or wipe it on logout for security reasons.

          • chitak166@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            10 months ago

            It’s not just history support. It will provide autocomplete suggestions based on what you’ve already typed and allow you to browse the history of a specific query.

            Zsh is the only shell I’ve used that supports it, using Manjaro.

            My Ubuntu 22.04 server using Bash does not. It only supports the basic history that I think you are referring to where you can just browse the history of all your commands at once.

    • Rob T Firefly@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago

      I just feel like a heel using a key with a Windows logo printed on it to do anything of use in Linux.

      • spikespaz@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        Me too. Every once in awhile I have to remind myself that it’s not my fault that Lenovo decided to plaster a windows logo on that key. Realistically, that’s everybody’s key, and it was unfair of Microsoft to do that to us in the first place

  • dQw4w9WgXcQ@lemm.ee
    link
    fedilink
    arrow-up
    13
    ·
    10 months ago

    Intellij: Has a modern GUI for Git with code cleanup, import optimization and visualization of changes.

    Me: Open terminal, ‘git commit -m “wrote code” && git push’. Then realize I forgot to add half of the files, so I make another commit. Then realize I forgot to cleanup bad indents, so I make another commit. Then realize my code doesn’t even build, so I make another commit, etc.

    • Pasta Dental@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      The only Git GUI that I find actually lets me do the basics in a simple way is GitHub desktop. It allows me to quickly see a diff of the changes, select a few lines or a chunk or all the file, it manages stashes and conflicts for me which is like 98% of my usage. Otherwise I use gitui or the git cli for anything more complex than committing and switching/merging branches.

      • Adanisi@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        10 months ago

        People are free to write a GUI for it, assuming it’s free software. And you are free to not use a terminal and use any GUI alternatives.

        I mean, locking things behind a GUI definitely isn’t freedom. GUIs are very limited compared to most terminal interfaces.

        • voxel@sopuli.xyz
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          10 months ago

          it’s just very hard to make a usable ui, and extremely easy to make a great cli interface

        • soggy_kitty@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          edit-2
          10 months ago

          Are you kidding? There are literally hundreds of commands in the terminal which don’t have a symmetrical GUI application baked into the OS.

          Why would you create a whole GUI for a simple command such as scp and tail. Literally half of Linux is solely in the terminal

          • bartolomeo@suppo.fi
            link
            fedilink
            arrow-up
            2
            ·
            10 months ago

            Oh ok. I guess we have a different definition of what “locked” means. One could definitely make a GUI for simple commands. Who knows, maybe some students somewhere already have.

  • southsamurai@sh.itjust.works
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    Don’t forget us dyslexics though! Cli is rough on that, but gui tends to avoid the errors a typo can cause.

    I swear, having to copy/paste stuff in terminal to avoid typing the damn commands five times is way less convenient.

    I get it, Linux veterans love the terminal because it is efficient and capable. But there’s multiple reasons for a gui interface for common tasks, accessibility being the biggest.

  • Semi-Hemi-Demigod@kbin.social
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    Say I wanted to make a bunch of folders with sequentially numbered names, and the same sub folders in them.

    This would take ages with a GUI but you can do it with one line in the terminal

  • vsis@feddit.cl
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    10 months ago

    tmux gang be like: ctrl-b, c

    screen boomers be like: ctrl-a, c