5 ms·
Not OP but - Terminal search and focus (you can list kitty tabs and windows and get the window content from the socket, implementing a BM25 based search is qui
by bayesianbot 1y ago
Not OP but
- Terminal search and focus (you can list kitty tabs and windows and get the window content from the socket, implementing a BM25 based search is quite easy)
- Giving the current terminal content for AI, so I can do things like run `ls` and then write "Rename the files (in some way)", and push the whole thing to LLM that replaces the command line without me having to write the full context
I even have a Codex session finder that uses codex session files to list and select the session I want, and then uses the kitty socket to find and focus the window which matches the session content
- porridgeraisin 1y agoI have thought of things to do with kitty remote but have always been lazy to actually write the code. Do you have it open source by any chance for me to steal?
- zeppelin101 1y agoVery impressive! I'll look into some of these.