Comment by em500

3 years ago

OT, but he also happens to be the developer of kitty, my favorite terminal emulator on Linux: https://sw.kovidgoyal.net/kitty

Yeah kitty is amazing. I've been meaning to donate as a thank you. It's made so many things possible. In fact, because of it's flexibility, today I wrote a vscode extension that can use some of kitty's remote control features so I can execute things in my terminal of choice straight from my editor of choice.

  • uh, that's interesting! what's the name of the extension?

    • https://github.com/kbd/binrun

      I just wrote it today and still need to package it. I was tired of alt+tab + up arrow + enter constantly to execute builds etc. in my terminal. It calls out to a kitty wrapper script I wrote[1] that (eg) queries kitty for its running windows so that when I launch from vscode it can find the right kitty window for the vscode workspace and execute there...

      Point is, Kovid Goyal is awesome and the extensibility he wrote into kitty makes all that possible. I didn't know he was also the author of Calibre for a long time.

      [1] https://github.com/kbd/setup/blob/master/HOME/bin/kw

Their github issue handling did not give me the same impression that parent has of him.

  • I think he’s really dedicated to making a specific thing and gets frustrated when users ask for “Swiss Army knife” features. I have empathy for that situation.

    That said, being unkind to otherwise civil users is never OK.

    • There are so many good projects out there AND with good people running them. (Not saying kitty's dev is not a good person.) I like to use free software created by people who are pleasent to deal with, because more often than with closed source software, we'll end up having to communicate for one reason or other. :) My favorite terminal chosen in this fashion AND technical merit is wezterm. It really is fantastic all around.