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

      • @[email protected]
        link
        fedilink
        3
        edit-2
        1 year 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
    English
    71 year ago

    The whole CLI. Linux should automatically generate default GUIs from manpages and code, to be developed further by the crowd of users on the desktop. It’s pointless to handcraft both interfaces one app at a time.

    I like Linux Mint (compared to Ubuntu, Debian, and Windows) because usually right-clicking takes me closer to the solution I’m looking for, but it doesn’t allow me to dig deep enough. It should be discoverable all the way from the desktop to what makes it tick. Think of Smalltalk by Alan Kay in Xerox PARC in the 1970s, or what it would be now had it been mainstream all this time. #discoverability #explorability

  • @[email protected]
    link
    fedilink
    171 year 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
        71 year 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
        41 year 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
          11 year 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
            1 year 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.

  • @[email protected]
    link
    fedilink
    81 year ago

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

  • Jeena
    link
    fedilink
    English
    881 year ago

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

    • @[email protected]
      link
      fedilink
      151 year ago

      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.

      • @[email protected]
        link
        fedilink
        21 year ago

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

    • Joël de Bruijn
      link
      fedilink
      11 year ago

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

        • Joël de Bruijn
          link
          fedilink
          2
          edit-2
          1 year ago

          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.

      • @[email protected]
        link
        fedilink
        41 year ago

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

        • @[email protected]
          link
          fedilink
          61 year ago

          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

          • @[email protected]
            link
            fedilink
            21 year ago

            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.

      • Jeena
        link
        fedilink
        281 year ago
        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.

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        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.

  • Strit
    link
    fedilink
    131 year ago

    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.

  • monovergent 🛠️
    link
    fedilink
    171 year ago

    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.

    • @[email protected]
      link
      fedilink
      English
      41 year ago

      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.

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        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
        
    • @[email protected]
      link
      fedilink
      81 year ago

      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.

        • mFatOP
          link
          fedilink
          English
          51 year ago

          Would you mind sharing your command?

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

            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.

    • @[email protected]
      link
      fedilink
      3
      edit-2
      1 year ago

      (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…

    • @[email protected]
      link
      fedilink
      71 year ago

      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

    • @[email protected]
      link
      fedilink
      11 year ago

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

    • Kelly Aster 🏳️‍⚧️
      link
      fedilink
      English
      21 year ago

      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.

    • mFatOP
      link
      fedilink
      English
      21 year ago

      There are a bunch of GUI wg apps.

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

      We use a doc where we can’t just manage the config.

      As well, there are a host of tools that all purport to manage your wireguard for you (generally using consul) that may be better. Assuming your goal is “GUI because I want to X” for management values of reason X, one of those manager apps may get you there without you needing to care about the GUI.

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

    Just of the top of my head discovered today.

    Not a GUI as one exists. But a more configurable one as it is crap for visually impaired.

    Rpi-imager gui dose not take theme indications for font size etc. Worse it has no configuration to change such thing.

    Making it pretty much unsuable for anyone with poor vision.

    Also it varies for each visually impaired indevidual. But dark mode is essential for some of ua.

    So if your looking for small projects. Youd at least make me happy;)

    • Baldur Nil
      link
      fedilink
      11 year ago

      It seems that it is based on Qt, so there might be a easy way to fix this unless they’re creating their controls from scratch. I know QML can be used as a canvas to draw custom controls, so it depends on the code.

  • Handles
    link
    fedilink
    English
    61 year ago

    Pandoc, for sure. I love its versatility, it’s made it super easy for me to do most of my writing in markdown — and a lot of MD editors have it built-in as an export feature.

    But I use it too rarely to know the CLI commands by heart, and sometimes it would just be super helpful to open a GUI and batch convert (and/or collate) a bunch of files to a new format.

    Tell you what, throw Imagemagick and maybe a light OCR backend into the package as a Swiss Army Knife for document management, I’d probably be happy.

  • Mactan
    link
    fedilink
    51 year ago

    swap and zram configuration. lots of games need more than distro defaults

  • @[email protected]
    link
    fedilink
    3
    edit-2
    1 year 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.

  • lemmyvore
    link
    fedilink
    English
    51 year ago

    I’m surprised at the shortage of good Borg repository visualization tools. There are tools but they’re either incomplete or they try to do too much.

  • @[email protected]
    link
    fedilink
    English
    81 year 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.