| .. |
|
style
|
Fix some issues reported by staticcheck
|
2022-11-14 15:42:01 +05:30 |
|
cache.go
|
Use the standard library deque
|
2022-11-14 15:42:01 +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 |
|
misc.go
|
Utility function to sort with key
|
2022-11-14 15:42:00 +05:30 |
|
paths.go
|
Add completion for the kittens
|
2022-11-14 15:41:58 +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
|
Fix selector incorrectly marking fd as ready on EINTR
|
2022-11-14 15:42:04 +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 |
|
shell.go
|
Utility code to find longest common prefix/suffix and to quote strings for various shells
|
2022-11-14 15:41:58 +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 |
|
strings.go
|
More efficient multi line scanning
|
2022-11-14 15:42:00 +05:30 |
|
types.go
|
get rid of interface{} since we now require Go 1.18
|
2022-11-14 15:42:00 +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
|
Fix some issues reported by staticcheck
|
2022-11-14 15:42:01 +05:30 |