kitty/kittens/diff
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 Fix default for syntax_aliases not being respected 2023-04-02 15:07:41 +05:30
collect_test.go More linter fixes 2023-09-23 10:19:46 +05:30
collect.go More linter fixes 2023-09-23 10:19:46 +05:30
diff.go Move the kittens Go code into the kittens folder 2023-03-27 13:06:02 +05:30
highlight.go More linter fixes 2023-09-23 10:19:46 +05:30
main.go More linter fixes 2023-09-23 10:19:46 +05:30
main.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
mouse.go More linter fixes 2023-09-23 10:19:46 +05:30
patch.go Replace utils.Once with stdlib sync.OnceValue 2023-08-09 12:08:42 +05:30
render.go More linter fixes 2023-09-23 10:19:46 +05:30
search.go Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
ui.go More linter fixes 2023-09-23 10:19:46 +05:30