kitty/tools
Kovid Goyal 8a607fa34c
kitten run-shell: Forward KSI env var for no-rc
This is useless, since if you are doing manual shell integration
anyway there is no point in running via the run-shell kitten.
But, let's keep the pedants at bay.

Fixes #7809
2024-09-01 10:29:51 +05:30
..
cli Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
cmd kitten @: Fix a regression connecting to TCP sockets using plain IP addresses rather than hostnames 2024-08-27 18:30:51 +05:30
config Switch to using ps to get all processes 2024-08-19 20:54:54 +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 change the atomic write functions to work with readers 2024-07-22 15:01:19 +05:30
tty tty: retry on temporary read errors 2024-02-25 09:57:35 +05:30
tui kitten run-shell: Forward KSI env var for no-rc 2024-09-01 10:29:51 +05:30
unicode_names Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
utils diff kitten: Fix a regression that broke diffing against remote files 2024-08-28 11:00:42 +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.