mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-05 17:28:36 +00:00
Reconcile the three ported kittens with 529 upstream commits. Only conflicts were in the shrunk resize_window/broadcast/remote_file main.py stubs (upstream reformatted their OPTIONS strings); resolved by keeping upstream's formatting plus the Go-port stubs (shrunk main, remote_file handle_result shim, dropped -h alias). Go build + kitten tests pass; dev build regenerates CLI cleanly; Python suite at baseline (1 pre-existing unrelated failure). |
||
|---|---|---|
| .. | ||
| cli | ||
| cmd | ||
| config | ||
| crypto | ||
| disk_cache | ||
| fzf | ||
| highlight | ||
| icons | ||
| ignorefiles | ||
| rsync | ||
| simdstring | ||
| themes | ||
| tty | ||
| tui | ||
| unicode_names | ||
| utils | ||
| vt | ||
| watch | ||
| wcswidth | ||
| README.rst | ||
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.