Creating custom resolutions is quite tedious. Surely I can’t be the first person to desire a tool which just does it for me.

Enter x, y, rate and done. That’s what I want. Quick feedback cycles. No running 3 commands manually specifying names or whatever; I don’t care how it’s called, I don’t want to have to specify.

Does it exist? Preferably CLI or TUI but I could live with GUI.

    • vvv@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      4 months ago

      Eh, though you’re right, it’s a pattern I like a lot: define your “main” at the top, put all the supporting functions below, and call main at the end.

      These days I’ve got a little bash task runner framework that I use for little scripts like this.