Files
kitty/tools
copilot-swe-agent[bot] aee532c586 Fix issue 10198: edit-in-kitty exits with editor's exit code
- Python (kitty/launch.py): Track editor PID via monitor_pid to capture
  exit code when editor window closes. Send exit code as data in the DONE
  message instead of sending no data.
- Go (tools/cmd/edit_in_kitty/main.go): Parse exit code from DONE message
  data and use lp.Quit(exit_code) to exit with the editor's exit code.
- Go (tools/cmd/tool/confirm_and_run_shebang.go): Check exit code when
  running edit-in-kitty as a subprocess; abort execution on editor failure.
2026-06-28 03:10:58 +00:00
..
2025-11-23 12:15:29 +05:30
2026-05-05 10:49:56 +05:30
2026-03-21 08:41:47 +05:30
...
2026-03-12 13:48:20 +05:30
2026-04-21 11:56:55 +05:30
2025-11-11 17:09:37 +05:30
2026-03-21 08:41:47 +05:30

This folder contains library and utility code for the various "kittens". Small
terminal programs compiled statically for doing things like kitty remote
control, icat etc. These are often re-implementations of earlier kittens that
were written in Python.