• olutukko@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    11 months ago

    It’s not locking behind terminal. It’s just not implementing gui. Which is completely valid since that takes time and effort

    • AeonFelis@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      Also, writing a GUI wrapper for a terminal-only program is much easier than writing a terminal wrapper for a GUI-only program.

      • soggy_kitty@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        edit-2
        11 months ago

        Anyone worth any kind of respect writes the API for an application/CTA first and then uses the same API to power the GUI so it can also be used as a CLI tool.

        Everyone is happy, no elitism or wars.