kitty/tools
Kovid Goyal 266746c96e
Implement the trim_whitespace option
Needed for help text formatting
2023-03-29 21:28:47 +05:30
..
cli Allow passing multiple options to control how wrapping is done 2023-03-29 20:56:24 +05:30
cmd Move the kittens Go code into the kittens folder 2023-03-27 13:06:02 +05:30
config Fix overrides not being parsed correctly 2023-03-27 07:53:56 +05:30
crypto Switch to using Go stdlib for ECDH crypto 2023-02-03 09:50:42 +05:30
themes More work on porting diff kitten 2023-03-27 07:53:54 +05:30
tty More work on porting ssh kitten 2023-02-26 11:26:28 +05:30
tui Implement drag scrolling for the diff kitten 2023-03-29 17:14:13 +05:30
unicode_names Update to Nerd Fonts 2.3.3 2023-03-04 23:23:52 +08:00
utils Implement the trim_whitespace option 2023-03-29 21:28:47 +05:30
wcswidth Also parse negative numbers in CSI 2023-03-29 15:12:22 +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.