kitty/tools/utils
Kovid Goyal 341d845b9a
Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function
Also rename os.SEEK_* to io.Seek* as the former has been deprecated
2023-08-04 22:50:13 +05:30
..
humanize Ensure shortduration is no more than 8 chars 2023-07-30 19:49:46 +05:30
images Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
paths
random Work on creating tests for rsync api 2023-07-30 19:49:40 +05:30
secrets
shlex
shm Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
style
atomic-write.go
cache.go
cached_values.go
download_file.go
embed.go
filelock.go
hostname.go
io.go
iso8601.go
iso8601_test.go
levenshtein.go
longest-common.go
longest-common_test.go
mimetypes.go Also detect makefiles as plain text files 2023-07-24 10:53:39 +05:30
misc.go Port calls to slices.Sort functions since they now need a cmp() function rather than a less() function 2023-08-04 22:50:13 +05:30
once.go
once_test.go
passwd.go Go code to get the shell of the current user 2023-06-25 13:12:35 +05:30
passwd_test.go Go code to get the shell of the current user 2023-06-25 13:12:35 +05:30
paths.go Port send file mapping tests 2023-07-30 19:49:37 +05:30
regexp.go
ring.go
ring_test.go
select.go
select_posix.go
select_without_pselect.go
set.go
shell.go
short-uuid.go
short-uuid_test.go
sockets.go
sockets_test.go
stream_decompressor.go Ensure output.Write is not called outside of the stream decompressor function 2023-07-30 19:49:45 +05:30
stream_decompressor_test.go Ensure output.Write is not called outside of the stream decompressor function 2023-07-30 19:49:45 +05:30
strings.go
strings_test.go
tar.go
tmpfile_linux.go
tmpfile_others.go
tpmfile_test.go
types.go
unsafe.go Patcher signature generation implemented 2023-07-30 19:49:42 +05:30
utf-8.go
which.go