kitty/gen
Kovid Goyal 77292a16d6
Make shebangs consistent
Follow PEP 0394 and use /usr/bin/env python so that the python in the
users venv is respected. Not that the kitty python files are meant to be
executed standalone anyway, but, whatever.

Fixes #6810
2023-11-11 08:32:05 +05:30
..
__init__.py Move gen scripts into their own package 2023-10-14 07:44:18 +05:30
__main__.py Rationalize mouse cursor shape handling 2023-10-15 09:17:31 +05:30
apc_parsers.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
config.py Make relative imports work in gen scripts even when directly executed 2023-10-15 09:51:03 +05:30
cursors.py Fix the diagonal resize shapes on Linux 2023-10-17 21:15:20 +05:30
go_code.py Fix a regression that broke kitten update-self 2023-10-18 19:19:35 +05:30
key_constants.py Add pointer shape enum to kittens 2023-10-15 21:03:41 +05:30
nerd-fonts-glyphs.txt Also move data files for gen scripts into gen dir 2023-10-14 08:04:37 +05:30
README.rst Move gen scripts into their own package 2023-10-14 07:44:18 +05:30
rowcolumn-diacritics.txt Also move data files for gen scripts into gen dir 2023-10-14 08:04:37 +05:30
srgb_lut.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
wcwidth.py Make shebangs consistent 2023-11-11 08:32:05 +05:30

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.