Kando will be a pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions. For instance, you can use it to control your music player, to open your favorite websites or to simulate shortcuts.

It will be available for Windows, Linux and maybe macOS.

  • @[email protected]
    link
    fedilink
    87 months ago

    npm? So this uses electron? I essentially run a stripped down browser to render a fucking OSD? I can’t do that with good conscience.

    • @loutr
      link
      47 months ago

      npm means it’s a JS app running on a JS runtime, which is roughly similar to what python does. Electron runs on top of the runtime and indeed provides some kind of stripped down browser.

      But yeah, in this case the app does use electron :)