Kovid Goyal ad03fa94b2 Update the list of nerd font names when updating other unicode data as well 1 week ago
..
README.rst 56063b96fd Move gen scripts into their own package 1 year ago
__init__.py 56063b96fd Move gen scripts into their own package 1 year ago
__main__.py 2b3f2258ff More pyugrade to 3.9 9 months ago
apc_parsers.py 15f711d6b5 Start work on horizontal align for multicells 3 months ago
bitfields.py 097c16b895 Nicer bitfield names 2 months ago
config.py fb54f1527f Update type signatures generated by gen/config.py 3 months ago
cursors.py 2a714928db When dragging in rectangle select mode use a crosshair mouse cursor 3 months ago
go_code.py c861259e3b Rename go module from kitty -> github.com/kovidgoyal/kitty 2 weeks ago
key_constants.py 2b3f2258ff More pyugrade to 3.9 9 months ago
rowcolumn-diacritics.txt a79dd3996a Also move data files for gen scripts into gen dir 1 year ago
srgb_lut.py 2b3f2258ff More pyugrade to 3.9 9 months ago
wcwidth.py ad03fa94b2 Update the list of nerd font names when updating other unicode data as well 1 week ago

README.rst

Scripts to generate code for various things like keys, mouse cursors, unicode
data etc. Some of these generate code that is checked into version control.
Some generate ephemeral code used during builds. Ephemeral code is in files
with a _generated.[h|go|c] extension.