kitty/tools
Kovid Goyal e74188fcf0
Switch to using ps to get all processes
The Go process module is very slow to get Exe() on non-Linux systems
without CGO as it works by calling lsof on the pid. So we anyway have to
filter by command line first. So might as well just use ps in that case.
2024-08-19 20:54:54 +05:30
..
cli Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
cmd Start work on the notify kitten 2024-07-28 20:41:01 +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 change the atomic write functions to work with readers 2024-07-22 15:01:19 +05:30
unicode_names Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
utils DRYer 2024-07-23 13:53:02 +05:30
wcswidth More linter fixes 2023-09-22 12:20:37 +05:30
README.rst

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.