kitty/tools
Kovid Goyal 81b032a161
Dont expand cwd=current in rc launch
This is easily done at the command line. And its semantics are
are to refer to cwd of active window.
2023-10-17 05:01:28 +05:30
..
cli Dont show hidden sub-commands during completion 2023-10-10 05:41:27 +05:30
cmd Dont expand cwd=current in rc launch 2023-10-17 05:01:28 +05:30
config More linter fixes 2023-09-18 21:07:39 +05:30
crypto Import base85.go into tree 2023-09-04 20:29:20 +05:30
rsync More linter fixes 2023-09-18 21:07:39 +05:30
themes More linter fixes 2023-10-05 10:07:25 +05:30
tty icat: Dont open the controlling terminal to query for size if stdout is a terminal, use it instead 2023-09-22 12:10:21 +05:30
tui Add the cell pointer shape 2023-10-16 20:33:12 +05:30
unicode_names 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
utils Dont use os.Remove on failures in syscall_shm 2023-09-23 11:16:30 +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.