kitty/tools
Kovid Goyal ed45e1354b
Work on implementing the fzf algorithm for the choose files kitten
People are more used to that, and it is more optimized for use case of
finding files.
2025-06-06 12:29:35 +05:30
..
cli Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
cmd Start work on choose files kitten 2025-05-20 12:32:43 +05:30
config Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
crypto Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
fzf Work on implementing the fzf algorithm for the choose files kitten 2025-06-06 12:29:35 +05:30
icons Use a better icon for home folder in results title 2025-06-01 13:20:38 +05:30
rsync Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
simdstring Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
themes Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tty Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tui Use a lock and channel free parallelization for subseq scoring 2025-06-06 06:39:09 +05:30
unicode_names Update the list of nerd font names when updating other unicode data as well 2025-05-21 13:19:27 +05:30
utils Use a lock and channel free parallelization for subseq scoring 2025-06-06 06:39:09 +05:30
vt More work on Go VT parser 2025-02-10 11:46:46 +05:30
wcswidth Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
README.rst Update folder README 2023-03-27 13:20:10 +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.