kitty/tools
Kovid Goyal 8996aa798c
dnd kitten: Create regular files with O_EXCL to avoid symlink attacks
This is not really needed as the terminal emulator should be de
duplicating directory entries anyway but no harm in defense in depth.
2026-06-03 12:17:38 +05:30
..
cli Fix silent failure when pager (less) is not installed 2026-05-13 00:37:55 +08:00
cmd
config
crypto
disk_cache
fzf
highlight
icons
ignorefiles
rsync
simdstring
themes
tty
tui ... 2026-05-17 13:45:53 +05:30
unicode_names
utils dnd kitten: Create regular files with O_EXCL to avoid symlink attacks 2026-06-03 12:17:38 +05:30
vt
watch Fix parsing of config set aborting on non-existent files 2026-06-02 21:19:04 +05:30
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.