For me it’s: Testdisk (and Photorec) Caddy Netstat Dig Aria2

  • JeenaEnglish
    arrow-up
    90
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    For me it’s the other way around I wish there would be better CLI support for GUI apps.

    • notabot
      arrow-up
      15
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      It’s been years since I had to admin Windows servers, but I was quite impressed with the number of MS products where the install and configuration tools would output the Powershell commands to carry out the changes you’d asked for. It made it quite a lot easier to automate. I’d love to see that paradigm catch on more widely, with the GUI and CLI having the same functionality and the GUI giving you the commands to run.

      • Petter1
        arrow-up
        2
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        I like gui file browser with integrated console window that prints all the commands you trigger by using gui as well.

    • mFatOPEnglish
      arrow-up
      8
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      Any examples?

      • Jeena
        arrow-up
        29
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink
        1. Gimp to batch edit pictures in a script (I know about ImageMagick but still)
        2. Excel to change stuff in excel files quickly (I know about python modules but it’s so complicated to use)
        3. Proprietary VPN software like Cisco AnyConnect, I want to automate the login when I boot, but they don’t let me

        Just from the top of my head.

          • sparrEnglish
            arrow-up
            1
            arrow-down
            0
            ·
            3 months ago
            link
            fedilink

            There are many things you can do in the GIMP gui that can’t be done programmatically :(

            • delirious_owl
              arrow-up
              2
              arrow-down
              0
              ·
              3 months ago
              link
              fedilink

              This is one reason I love FreeCAD. Everything done in the GUI is just a python call

        • ik5pvx
          arrow-up
          5
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          For anyconnect: openconnect works perfectly, either as standalone script or via networkmangler.

          • Jeena
            arrow-up
            3
            arrow-down
            0
            ·
            3 months ago
            link
            fedilink

            I see, nice, but I’m on Linux, so perhaps I need to run power shell there ^^

        • Lydia_KEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          Check out openconnect to connect to anyconnect VPNs

          • Jeena
            arrow-up
            2
            arrow-down
            0
            ·
            3 months ago
            link
            fedilink

            I did, doesn’t work with our company setup with 2FA.

            • ik5pvx
              arrow-up
              3
              arrow-down
              0
              ·
              3 months ago
              link
              fedilink

              What kind of prompt does your company 2FA provide? Using openconnect with networkmangler, I get a pop up to input my pin+totp. I haven’t done the script way in the last few years, but the connection script is plain shell and I was able to handle the 2FA from there too

              • Jeena
                arrow-up
                1
                arrow-down
                0
                ·
                3 months ago
                link
                fedilink

                It’s some time ago I dug deeper on what was happening, but openconnect was getting a different response from the server than it expected and it just failed because of that.

      • rescue_toaster
        arrow-up
        4
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        pavucontrol. I switch between usb headset and my external speakers all the time. Continually going to this gui is kind of annoying.

        • mranderson17
          arrow-up
          6
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          I use a little oneliner with tofi (rofi/wofi would also work) to select the current output and avoid pavucontrol. It’s mapped to a sway binding but would probably work in any wm/de:

          pactl set-default-sink $(pactl list short sinks |awk '{print $2}' |tofi $tofi_args)
          

          I’m using pipewire so the functionality of pactl is actually provided through pipewire-pulse I think

          • rescue_toaster
            arrow-up
            2
            arrow-down
            0
            ·
            3 months ago
            link
            fedilink

            Does set-default-sink change an already current stream? Or do you need move-sink-input.

            I’ve looked at the manpages but was a bit overwhelmed and didn’t try to make my own script. Your solution gives me motivation to do so. I also use sway and pipewire. Though I use fuzzel for my launcher.

            • mranderson17
              arrow-up
              1
              arrow-down
              0
              ·
              3 months ago
              link
              fedilink

              Yeah, it changes without skipping a beat for me in pipewire, even in things like zoom/teams.

      • oo1English
        arrow-up
        2
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        I love programs like freecad despite the really hard/unintuitive gui. 95% of all the modelling i need to do (as an amateur) can be done easily in a python script.

        The finishing touches like adding filets and chamfers are the annoying part were gui is easier, due to the way edges are referenced.

        Likewise at work, we have to produce a lot of regular reports in excel. All done via python / sql.

    • Joël de Bruijn
      arrow-up
      1
      arrow-down
      1
      ·
      3 months ago
      link
      fedilink

      This, but for a Fireshot like tool. Screenshot and pdf of webpages in their entirety by scrolling while shotting. In bulk, with CLI.

      • refalo
        arrow-up
        2
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Do you have a legitimate use-case for this?

        • Joël de Bruijn
          arrow-up
          2
          arrow-down
          0
          ·
          3 months ago
          edit-2
          3 months ago
          link
          fedilink

          Dont know if it’s illegitimate otherwise 😉

          But my user story is like this:

          I want to preserve and archive information I used because it’s a reflection of the things I did, learned and studied throughout life.

          Then my use case are:

          • Orientation about “events”: places to visit on daytrips or holidays (musea, nature, parks, campsites) and looking for practical information and background as well.
          • Gather a “dossier”: info to help make a decision (buying expensive things, how to do home improvement etc)
          • Building a personal knowledge database: interesting articles and blogs.

          My current workflow:

          • Browse
          • Bookmark extensively
          • Download pdf or other content (maps, routes, images) when provided.
          • Open bookmarks.
          • Fireshot every webpage to pdf and png
          • Save everything with a consequent filename (YYYYMMDD - Source - Title)

          I would like to automate the last 3 steps of my workflow.

  • plasticcheese
    arrow-up
    25
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    Rclone. Not because it’s a complicated tool, but because I would like a history of my file transfers and a few graphs to show we what speeds, files sizes and whether the transfer succeeded. At the moment in order to confirm my home backups have succeeded, I have to run a separate size comparisons between my different datastores.

      • plasticcheese
        arrow-up
        8
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        I looked at it a few months back and it didn’t have the history side of things, just the setup and realtime stats which I’d already got through the CLI. Thanks tho!

    • Kairos
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I feel like you can parse a --dry-run

      • plasticcheese
        arrow-up
        3
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Thanks. I think I looked at doing that when setting it up, and it was more expensive in terms of API calls. With a cloud vendor you have to be careful of that, so I opted for the SIZE command.

  • PseudoSpock
    arrow-up
    20
    arrow-down
    2
    ·
    3 months ago
    link
    fedilink

    I’d like a GUI app for generating CLI’s for other GUI apps that don’t have them already. An application is never complete unless everything can be done via a CLI and/or API.

    • sparrEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      This is an interesting idea. There are some tools out there to auto-generate shell autocompletes based on standardized --help output. Maybe there’s some possibility to GUIfy that sort of thing?

    • Baldur Nil
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      edit-2
      3 months ago
      link
      fedilink

      I’m not sure how that could even be done, maybe a way to control the GUI with commands that you’d then be able to script, like Selenium on browsers?

      • PseudoSpock
        arrow-up
        1
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Maybe. But wishes don’t have to be possible. :)

  • stringere
    arrow-up
    18
    arrow-down
    1
    ·
    3 months ago
    link
    fedilink

    Dwarf Fortress no longer counts, huh?

    • UristEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I see you are one of our elders.

  • monovergent 🏁
    arrow-up
    18
    arrow-down
    1
    ·
    3 months ago
    link
    fedilink

    yt-dlp. Too many options to remember and look up every time, but all useful and missing from GUIs when you just want to dowload audio or ‘good enough’ quality video in batches without re-encoding.

    While nmtui is perfectly fine for the CLI-uninitiated, I sometimes wonder why the nm-connection-editor window doesn’t provide the same level of functionality.

    • everett
      arrow-up
      8
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      Too many options to remember and look up every time

      This is a good use case for shell aliases. If you can identify a few of your use cases, you can give each bundle of options its own command.

      • amanneedsamaidEnglish
        arrow-up
        7
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’

        • mFatOPEnglish
          arrow-up
          5
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          Would you mind sharing your command?

          • amanneedsamaidEnglish
            arrow-up
            2
            arrow-down
            0
            ·
            2 months ago
            link
            fedilink

            This is what I use (with zsh):

            yt-audio() {
            	   yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1
            }
            yt-audio-playlist() {
            	   yt-dlp -f 'ba' -x --audio-format mp3 $1
            }
            
            

            It takes the best quality available and downloads it to mp3.

    • dizzy
      arrow-up
      7
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      There’s a firefox extension that generates the cli command for whatever video you’re on. Let’s you check boxes for the format, sponsorblock, etc and then copies it to your clipboard.

      Just search the addon store for yt-dlp and it should show up

    • rotopenguinEnglish
      arrow-up
      4
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      You can have most of the settings pre-loaded in its config file. I mostly let it do my preset -f, or when that fails do a -F to see what encodings are available.

      • rotopenguinEnglish
        arrow-up
        2
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Btw, here’s my config file.

        -o "%(title)s (%(uploader_id)s).%(ext)s"
         
        -P ~/Videos
        
        -P "temp:/tmp/yt-dlp/"
        
        -f 271+ba[language=en][ext=m4a]/308+ba[language=en][ext=m4a]/137+ba[language=en][ext=m4a]/299+ba[language=en][ext=m4a]/231+ba[language=en][ext=m4a]/http_mp3_128/271+140/308+140/137+140/299+140/231+140
        --download-archive ~/.config/yt-dlp/dl-archive
        --no-playlist
        --write-sub
        --no-mtime
        --compat-options no-live-chat
        
    • Kelly Aster 🏳️‍⚧️English
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I believe ytDownloader might be what you’re looking for. It’s a yt-dlp frontend, you can export to video/audio pretty easily. And it’s in active development. I’ve used it to export short clips to WAV a few times, nothing too fancy, but so far it works pretty well.

    • BehindTheBarrier
      arrow-up
      3
      arrow-down
      1
      ·
      3 months ago
      edit-2
      3 months ago
      link
      fedilink

      (Windows only warning, unless someone wants to add Linux support)

      I didn’t really search around for GUIs way back, but ended up making a basic GUI because I wanted to learn programming.

      https://camo.githubusercontent.com/5ecb6cdfb3710e359894b65e42b79c7ab7dd8de55a14cdf34f0f0f37d48c7d04/68747470733a2f2f692e696d6775722e636f6d2f346a46776846652e706e67

      With just having options as checkboxes for YouTube-dl. It has served me well all these years. It was literally the thing I made while learning programming so the code is pretty janky when I look back at it though

    • Petter1
      arrow-up
      1
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I use jdownloader as gui alternative for yt-dlp. 😄 It was easy enough for my mother to understand, apparently.

  • delirious_owl
    arrow-up
    17
    arrow-down
    2
    ·
    3 months ago
    link
    fedilink

    There’s no CLI that k wish I had a GUI for, but there’s many GUIs for which I wish there was a CLI version.

    • francois
      arrow-up
      3
      arrow-down
      3
      ·
      3 months ago
      link
      fedilink

      The cli controls the computer while the GUI controls the user

      • srecko
        arrow-up
        6
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Why would i use something so restrictive as cli tools when i can change the data directly with assembly?

      • ianEnglish
        arrow-up
        4
        arrow-down
        1
        ·
        3 months ago
        link
        fedilink

        Not at all.They are 2 ways do the same thing. The GUI can tell you what options are available. The CLI needs you to memorise them, or go somewhere else to look them up.

        • francois
          arrow-up
          1
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          A lot of GUIs have less options available than their CLI equivalents. Moreover GUIs change more often, requiring you to relearn the actions to get the expected result Shells can remember the commands you used, commands are also way easier to write down on paper than a list of actions to do on a GUI And using man or --help is not going somewhere to know the options, you stay in the shell If you want to know all the features of a tool, reading the manual is also easier than browsing all the GUI

          The CLI lets the user automate tasks, giving them more control over their workflow

          • ianEnglish
            arrow-up
            1
            arrow-down
            0
            ·
            3 months ago
            edit-2
            3 months ago
            link
            fedilink

            GUIs can have just as many options. Sure there are programs with poor UX. Choose a good one. There are also many GUIs with no CLI alternative, or only a poor UX alternative. As the GUIs guide the user, small changes are understood right away. GUIs remember last settings all the time. Great for reuse. If you have to write a command down, for GUIs it need not be perfect. For CLI one letter wrong and it fails. Using man commands is yet another command to learn and does not work with all CLI commands. It is possible to automate GUI commands.

            And even if there was some benefit to a CLI, the entire UX is so poor you can understand why most people prefer GUIs. It’s the dominant way for good reason. And why most CLI users use a web browser and GUI email client.

  • Strit
    arrow-up
    14
    arrow-down
    2
    ·
    3 months ago
    link
    fedilink

    I’d love supported GUI apps for pacman and systemd. I know there are GUI’s out there for them, but they are not supported by the main project, so they don’t count.

  • SkeletonekEnglish
    arrow-up
    11
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    I’m missing a good GUI to manage SELinux. It is probably because I don’t know how to handle it but I hate this thing with passion.

  • thericofactor
    arrow-up
    12
    arrow-down
    1
    ·
    3 months ago
    link
    fedilink

    Anything that needs to be configured with YAML, and Kubernetes in particular.

    I mean I get the whole Infrastructure as Code hype (although I have never witnessed or heard of a situation where an entire cluster needed to be revived from scratch), but it should be very possible to make a gui that writes the YAML for you.

    I don’t want to memorize every possible setting and what it does and if someone makes a typo in the config (or in the white space, as it’s YAML) everything is borked.

    Call me old-fashioned but the graphical ui of something like octopus deploy was a thousand times more user friendly imho.

    • Nato BoramEnglish
      arrow-up
      4
      arrow-down
      1
      ·
      3 months ago
      link
      fedilink

      That UI is called VSCode

      At the top of your .yaml file, you can set a JSON Schema. Example:

      # yaml-language-server: $schema=https://json.schemastore.org/prometheus.json
      
      scrape_configs:
        - job_name: caddy
          static_configs:
            - targets:
                - caddy:2019
      

      This way, you don’t have to memorize every possible setting and what it does and risk making a typo in the config. VSCode will just tell you.

    • Baldur Nil
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      edit-2
      3 months ago
      link
      fedilink

      I think it’s easy to make a generic YAML editor that all you need to do is to pass a “definitions” file that says all the possible options to show as a drop down or toggle etc.

      That would be useful for many projects.

    • thedeadwalking4242
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I think infrastructure as code is best utilized when paired with software testing and rapid deployment. It allows for a kind of granularity manual configuration doesn’t give you

    • Rogue
      arrow-up
      1
      arrow-down
      0
      ·
      3 months ago
      edit-2
      3 months ago
      link
      fedilink

      A few IDEs already provide some help with YAML. Rider will tell you if you’ve screwed up the YAML for a GitHub Actions workflow, and possibly docker-compose as well

  • Yuki
    arrow-up
    8
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    I’ve kinda grown towards CLI the last year or so. I used to make wrappers around CLIs for myself even haha

  • ianEnglish
    arrow-up
    8
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    Mount a network share permanently on Kubuntu. Non IT people need to do backups too. And Plasma apps can’t access network shares unless they are mounted.

      • ianEnglish
        arrow-up
        2
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Thanks. I’ve tried it. But it’s not a permanent mount. The program needs to be running all the time. And it frequently times out. A very poor experience. Other OSs do much better.

    • sparrEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      Have you considered a network file sharing system other than SMB?

      • ianEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        As long as it’s easy to setup, anything would be good. After many years of asking, nobody has been able to suggest anything.

  • SayCyberOnceMoreEnglish
    arrow-up
    7
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    A single, decent, maintained one for LVM.

    Redhat had a couple of goes at this and they suck ass big time and rely on KDE (so no good for any other DE / WM). I’m not sure anything really works, so I’ll say: none exist.