kitty/tools/cmd
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
..
at Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
atexit Switch to external shm package 2025-11-10 12:01:05 +05:30
benchmark Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
completion Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
edit_in_kitty Fix issue 10198: edit-in-kitty exits with editor's exit code 2026-06-28 03:10:58 +00:00
mouse_demo Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
pytest Switch to external shm package 2025-11-10 12:01:05 +05:30
run_shell Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
show_error Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tool Fix issue 10198: edit-in-kitty exits with editor's exit code 2026-06-28 03:10:58 +00:00
update_self Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
main.go Add atexit cleanup via worker process to kittens infrastructure 2025-09-30 11:52:13 +05:30