kitty/tools/utils
2023-01-26 11:51:02 +05:30
..
humanize Some basic TUI widgets ported to Go 2022-11-16 12:48:47 +05:30
images More work on ImageMagick 2023-01-05 19:15:13 +05:30
shlex Port ANSI escape code parser to Go 2022-11-25 21:03:09 +05:30
shm Should only return ENOTSUPP if SHM_DIR doesnt exist, not the fil we are trying to open 2023-01-21 17:46:37 +05:30
style When truncating descriptions for completion truncate at word boundaries 2022-11-17 08:29:01 +05:30
atomic-write.go Start work on implementing edit-in-kitty in kitty-tool 2022-11-17 17:05:25 +05:30
cache.go Use the standard library deque 2022-11-14 15:42:01 +05:30
download_file.go Fix deadlock in update-self 2022-11-15 22:33:23 +05:30
filelock.go Go stdlib doesnt even have a way to lock files 2022-11-14 15:42:05 +05:30
hostname.go Refactor the CLI markup code to make it re-useable 2022-11-14 15:41:58 +05:30
io.go Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
levenshtein.go Show suggestions for options based on levenshtein distance 2022-11-14 15:42:03 +05:30
longest-common.go Utility code to find longest common prefix/suffix and to quote strings for various shells 2022-11-14 15:41:58 +05:30
longest-common_test.go Utility code to find longest common prefix/suffix and to quote strings for various shells 2022-11-14 15:41:58 +05:30
mimetypes.go ... 2023-01-25 16:12:47 +05:30
misc.go Work on adding support for rendering transforms 2023-01-05 19:15:12 +05:30
paths.go Make the various path finding functions thread safe and cache their results 2023-01-25 16:24:27 +05:30
regexp.go ... 2022-11-14 15:42:01 +05:30
ring.go Add a generic ring buffer 2022-11-14 15:42:05 +05:30
ring_test.go Add a generic ring buffer 2022-11-14 15:42:05 +05:30
select.go Function to drain controlling tty 2023-01-23 16:07:00 +05:30
select_posix.go Code to build static versions of kitty-tool 2022-11-14 16:27:19 +05:30
select_without_pselect.go Code to build static versions of kitty-tool 2022-11-14 16:27:19 +05:30
shell.go ... 2023-01-04 11:15:47 +05:30
short-uuid.go Use a fully random async_id rather than a uuid 2022-11-14 15:41:52 +05:30
short-uuid_test.go Use a fully random async_id rather than a uuid 2022-11-14 15:41:52 +05:30
sockets.go Implement socket I/O 2022-11-14 15:41:52 +05:30
sockets_test.go
strings.go More efficient multi line scanning 2022-11-14 15:42:00 +05:30
tmpfile_linux.go Add a test for creation of anonymous tempfiles 2023-01-26 11:51:02 +05:30
tmpfile_others.go Code to more securely create anonymous temp files on Linux 2023-01-26 11:41:01 +05:30
tpmfile_test.go Add a test for creation of anonymous tempfiles 2023-01-26 11:51:02 +05:30
types.go Remote control: Allow matching for self window even over sockets when run inside a kitty window 2022-12-30 12:17:31 +05:30
unsafeutil_legacy.go ... 2023-01-17 12:39:41 +05:30
unsafeutil_modern.go Use go 1.20 facilities for unsafe string <-> bytes 2023-01-17 12:38:54 +05:30
utf-8.go Fix some issues reported by staticcheck 2022-11-14 15:42:01 +05:30
which.go Port python's shutil.which() 2023-01-05 19:15:13 +05:30