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

  • PseudoSpock@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    2 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.

    • sparr@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 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?

    • Baldur Nil@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 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?