kitty/tools/utils
Kovid Goyal 3c29ce936b
Dont recurse for file completion
We could potentially end up recursing over the entire file system. And
for completion we only present the candidates in the immediate directory
anyway.
2022-11-14 15:41:57 +05:30
..
style more tests for indent and wrap 2022-11-14 15:41:56 +05:30
io.go Switch to using goroutines rather than a select() 2022-11-14 15:41:52 +05:30
paths.go Dont recurse for file completion 2022-11-14 15:41:57 +05:30
select.go Refactor loop code into its own package 2022-11-14 15:41:52 +05:30
select_posix.go Add license info to Go files 2022-11-14 15:41:51 +05:30
select_without_pselect.go Add license info to Go files 2022-11-14 15:41:51 +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 Add license info to Go files 2022-11-14 15:41:51 +05:30
types.go Work on supporting streaming remote commands with passwords 2022-11-14 15:41:54 +05:30
unsafeutil.go Utility functions to allow using string/[]byte interchangeably without copies 2022-11-14 15:41:55 +05:30
utf-8.go Add license info to Go files 2022-11-14 15:41:51 +05:30