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

  • @[email protected]
    link
    fedilink
    3
    edit-2
    10 months ago

    I’d love to have archivemount or a similar tool integrated in a file manager

    I’d also love to have some sort of full featured gui software to install and manage custom roms in phones, allowing to do everything, from unlocking bootloaders to downloading and flashing/upgrading roms. For the tasks that require manual steps, it could offer illustrated steps, with a community driven database of phone models.

  • @[email protected]
    link
    fedilink
    English
    810 months ago

    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.

  • @[email protected]
    link
    fedilink
    310 months ago

    w3m, as weird as that sounds, for image drawing. links graphical mode is nice, but I’m not a fan of its keybindings, and w3mimagedisplay is hacky at best, to say the least.

  • @[email protected]
    link
    fedilink
    2010 months ago

    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.

    • Baldur Nil
      link
      fedilink
      2
      edit-2
      10 months ago

      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?

    • @[email protected]
      link
      fedilink
      English
      310 months ago

      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?

  • @[email protected]
    link
    fedilink
    210 months ago

    Usbip, I’m learning how to build a Python GUI by making one for usbip bind and usbip attach.

    • mFatOP
      link
      fedilink
      English
      210 months ago

      What do you use USB/IP for?

      • @[email protected]
        link
        fedilink
        3
        edit-2
        10 months ago

        My laptop, desktop pc, and VMs are running Linux. All of them (except the laptop) are remotely accessible over the local network via Moonlight game stream using Sunshine as the hosting software.

        I use USB/IP to send things like a Dualsense controller, or USB headset over the network, as well as my yubikey if I need to log into something with FIDO2 authentication remotely. (I haven’t tested my yubikey over usb/ip yet but I will eventually) I’ve also managed to use my racing wheel this way but if it lags it hurts the game badly.

        Webcam / headset / USB storage devices / game controllers work just fine so far.

  • @[email protected]
    link
    fedilink
    1310 months ago

    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.

    • @[email protected]
      link
      fedilink
      1
      edit-2
      10 months ago

      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

    • Baldur Nil
      link
      fedilink
      2
      edit-2
      10 months ago

      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.

    • @[email protected]
      link
      fedilink
      210 months ago

      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

    • Nato Boram
      link
      fedilink
      English
      410 months ago

      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.

  • @[email protected]
    link
    fedilink
    English
    1110 months ago

    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.

  • @[email protected]
    link
    fedilink
    2510 months ago

    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.

      • @[email protected]
        link
        fedilink
        810 months ago

        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!

      • @[email protected]
        link
        fedilink
        310 months ago

        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.

    • @[email protected]
      link
      fedilink
      210 months ago

      Hmm, I might try to make that. Any particular feature you are looking for, or is just displaying all the events in a table good 'nuff?

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        I’m not them, but sorting by columns, filtering, searching with highlights would be useful. Also, specifying the columns you wish to see.

        After writing it down this sounds just plain spreadsheet operations, so the real value of such a tool would be to do all the above at the same time as watching changes.

        There’s also other things that would be useful. Like a feature to select multiple directories for watching. Live output to file in original format. Maybe also JSON for when you would use it from code, but that’s maybe not that useful because then why not just use the API directly… Perhaps some patterns for which ones to send as an audible system notification.

  • @[email protected]
    link
    fedilink
    1710 months ago

    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.

      • @[email protected]
        link
        fedilink
        710 months ago

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

      • @[email protected]
        link
        fedilink
        English
        410 months ago

        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.

        • @[email protected]
          link
          fedilink
          110 months ago

          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

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            10 months ago

            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.