kitty/tools/utils
Kovid Goyal 68a4623f37
DRYer
2026-04-24 15:12:24 +05:30
..
base85 run modernize 2025-11-11 17:09:37 +05:30
humanize run modernize 2025-11-11 17:09:37 +05:30
images Resize method should not use bounds 2025-11-17 12:59:04 +05:30
machine_id Get machine_id working on macOS as well 2026-04-12 12:31:42 +05:30
paths Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
random
secrets Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
shlex Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
streaming_base64 ... 2026-04-21 13:12:45 +05:30
style Modernize Go code 2026-03-21 08:41:47 +05:30
atexit.go Add integration test for go atexit implementation 2025-09-30 12:37:25 +05:30
atomic-write.go Dont ignore err in close on atomicwrite 2024-09-10 21:53:49 +05:30
cache.go diff kitten: Automatically change colors on terminal color scheme change 2025-01-05 06:00:24 +05:30
cached_values.go
clock_with_raw.go
clock_without_raw.go
colors.go hints kitten: Workaround for some broken light color themes that make the hints text color too low contrast to read 2025-01-17 20:22:10 +05:30
download_file.go
embed.go
file_at_fd.go DRYer 2026-04-24 15:12:24 +05:30
file_at_fd_darwin.go More pointless UNIX variability 2026-04-24 14:56:29 +05:30
file_at_fd_dragonfly.go DRYer 2026-04-24 15:12:24 +05:30
file_at_fd_freebsd.go More pointless UNIX variability 2026-04-24 14:56:29 +05:30
file_at_fd_generic.go More pointless UNIX variability 2026-04-24 14:56:29 +05:30
file_at_fd_test.go rename file 2026-04-24 14:11:32 +05:30
filelock.go
filelock_test.go
hostname.go
io.go
iso8601.go More CodeQL fixes 2025-04-20 23:08:14 +05:30
iso8601_test.go
levenshtein.go
longest-common.go run modernize 2025-11-11 17:09:37 +05:30
longest-common_test.go
mimetypes.go
misc.go Move error handling code into its own library 2025-10-12 13:51:16 +05:30
passwd.go
passwd_test.go
paths.go choose files: Add a few more output formats 2025-11-26 21:13:57 +05:30
regexp.go
ring.go
ring_test.go
select.go
select_posix.go
select_without_pselect.go
set.go Convenience method to access any member of a set 2025-05-15 21:40:06 +05:30
shell.go
short-uuid.go run modernize 2025-11-11 17:09:37 +05:30
short-uuid_test.go
sockets.go
sockets_test.go Fix #8220 2025-01-16 13:21:31 +05:30
stream_decompressor.go
stream_decompressor_test.go
strings.go Modernize Go code 2026-03-21 08:41:47 +05:30
strings_test.go Use SIMD to replace C0 control codes in Go code 2025-07-21 08:54:22 +05:30
tar.go Cleanup previous PR 2026-04-03 22:25:05 +05:30
tar_test.go Add test for tarfile extractall 2025-04-21 09:32:56 +05:30
tmpfile_linux.go Allow specifying permissions when creating anonymous temp files 2024-07-23 07:28:10 +05:30
tmpfile_others.go Allow specifying permissions when creating anonymous temp files 2024-07-23 07:28:10 +05:30
tpmfile_test.go
types.go
unsafe.go
utf-8.go
which.go