kitty/tools
Kovid Goyal 0cf9a79760
A new option second_transparent_bg
Makes a second background color semi-transparent via background_opacity.
Useful for things like cursor line highlight in editors.

Fixes #7646
2024-07-21 20:22:31 +05:30
..
cli Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
cmd A new option second_transparent_bg 2024-07-21 20:22:31 +05:30
config Fix reload of kitty config not working if kitty launched via symlink not named kitty 2024-07-04 19:07:15 +05:30
crypto Import base85.go into tree 2023-09-04 20:29:20 +05:30
rsync Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
simdstring Ensure no frame is created for assembly functions 2024-03-15 07:58:09 +05:30
themes A new option second_transparent_bg 2024-07-21 20:22:31 +05:30
tty tty: retry on temporary read errors 2024-02-25 09:57:35 +05:30
tui Fix panic on empty style 2024-07-21 18:41:04 +05:30
unicode_names Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
utils Remove use of syscall package for flock 2024-07-09 08:24:57 +05:30
wcswidth More linter fixes 2023-09-22 12:20:37 +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.