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
__main__.py
apc_parsers.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
config.py
cursors.py
go_code.py
key_constants.py
nerd-fonts-glyphs.txt
README.rst
rowcolumn-diacritics.txt
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.