..
humanize
Some basic TUI widgets ported to Go
2022-11-16 12:48:47 +05:30
images
Generate the rowcol diacrticis for Go as well
2023-03-03 14:39:38 +05:30
paths
Finish implementation of config file parsing
2023-02-26 08:01:01 +05:30
secrets
API to conveniently generate secure tokens
2023-02-26 08:01:03 +05:30
shlex
Port ANSI escape code parser to Go
2022-11-25 21:03:09 +05:30
shm
Add Read/Write to the MMap interface
2023-02-28 19:01:15 +05:30
style
New SGR codes to turn off bold/dim independently
2023-03-27 07:53:55 +05:30
atomic-write.go
Default permission for atomicupdate should be 0644
2023-03-11 10:04:43 +05:30
cache.go
Implement syntax highlighting
2023-03-27 07:53:55 +05:30
cached_values.go
Atomically update cached values file
2023-02-14 21:33:21 +05:30
download_file.go
Fix deadlock in update-self
2022-11-15 22:33:23 +05:30
embed.go
More work on porting the SSH kitten
2023-02-26 08:01:03 +05:30
filelock.go
Go stdlib doesnt even have a way to lock files
2022-11-14 15:42:05 +05:30
hostname.go
Use Once for CachedHostname
2023-03-03 15:20:35 +05:30
io.go
Switch to using goroutines rather than a select()
2022-11-14 15:41:52 +05:30
iso8601.go
Code to parse ISO8601 timestamps at least semi-robustly
2023-02-26 13:32:35 +05:30
iso8601_test.go
Code to parse ISO8601 timestamps at least semi-robustly
2023-02-26 13:32:35 +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
Port full MIME type guessing to Go
2023-03-27 07:53:54 +05:30
misc.go
More work on porting diff kitten
2023-03-27 07:53:54 +05:30
once.go
A nicer implementation of sync.Once
2023-02-26 08:01:02 +05:30
once_test.go
A nicer implementation of sync.Once
2023-02-26 08:01:02 +05:30
paths.go
Abstract typical config file loading with path and cli overrides
2023-03-27 07:53:54 +05:30
regexp.go
Start work on porting hints kitten to Go
2023-03-09 19:00:56 +05:30
ring.go
Cleanup ring buffer implementation
2023-03-07 07:43:53 +05:30
ring_test.go
Cleanup ring buffer implementation
2023-03-07 07:43:53 +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
set.go
Start work on porting hints kitten to Go
2023-03-09 19:00:56 +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
get rid of utils.Cut since we can now rely on strings.Cut instead
2023-03-04 13:37:55 +05:30
sockets_test.go
Add license info to Go files
2022-11-14 15:41:51 +05:30
strings.go
Port the subseq matcher to Go
2023-03-14 12:29:44 +05:30
strings_test.go
A new string scanner thats faster than bufio.Scanner and has zero-allocation
2023-03-08 13:24:20 +05:30
tar.go
More work on porting the diff kitten
2023-03-27 07:53:54 +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
unsafe.go
Remove unused code
2023-02-03 09:51:54 +05:30
utf-8.go
Fix some issues reported by staticcheck
2022-11-14 15:42:01 +05:30
which.go
More work on porting diff kitten
2023-03-27 07:53:54 +05:30