kitty/tools
Eng Zer Jun d5455ab072
Update github.com/shirou/gopsutil to v4
v4 is the latest version with bug fixes and enhancements, notably the
removal of CGO implementations on Darwin in v4.24.9 [1].

Note: Due to the library's versioning policy, v4.24.5 is the first v4
release [2].

[1]: https://github.com/shirou/gopsutil/releases/tag/v4.24.9
[2]: https://github.com/shirou/gopsutil/releases/tag/v4.24.5

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2025-10-31 23:14:38 +08:00
..
cli Allow using defer in KittenMain 2025-09-30 11:20:37 +05:30
cmd Get rid of os.Exit() from ExecAndHoldTillEnter 2025-09-30 13:25:22 +05:30
config Update github.com/shirou/gopsutil to v4 2025-10-31 23:14:38 +08:00
crypto Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
disk_cache More work on image preview rendering 2025-10-08 22:00:12 +05:30
fzf Move error handling code into its own library 2025-10-12 13:51:16 +05:30
highlight Move error handling code into its own library 2025-10-12 13:51:16 +05:30
icons Fix recursion into symlinks to dirs 2025-06-25 08:35:38 +05:30
ignorefiles Add a test for getting the global git config excludesfile value 2025-07-09 14:44:57 +05:30
rsync Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
simdstring Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
themes Move back to individual settings for scrollbar 2025-09-14 17:48:59 +05:30
tty Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
tui Update github.com/shirou/gopsutil to v4 2025-10-31 23:14:38 +08:00
unicode_names Add support for Unicode 17 2025-10-18 09:59:53 +05:30
utils Update github.com/shirou/gopsutil to v4 2025-10-31 23:14:38 +08:00
vt More work on Go VT parser 2025-02-10 11:46:46 +05:30
wcswidth Add support for Unicode 17 2025-10-18 09:59:53 +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.