kitty/tools
OBrutus 19a0bf0670 Merge origin/master into go-kitten-ports
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).
2026-08-18 16:18:54 +05:30
..
cli
cmd Merge origin/master into go-kitten-ports 2026-08-18 16:18:54 +05:30
config
crypto
disk_cache
fzf
highlight
icons
ignorefiles
rsync
simdstring
themes
tty
tui Use readline for the choose files search input 2026-07-05 15:16:11 +05:30
unicode_names Update the list of NERD glyph names 2026-08-04 06:29:55 +05:30
utils fix locking in LRUCache 2026-07-27 09:34:01 +05:30
vt
watch Fix parsing of config set aborting on non-existent files 2026-06-02 21:19:04 +05:30
wcswidth Update the list of NERD glyph names 2026-08-04 06:29:55 +05:30
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.