Kovid Goyal
|
6f588a0c29
|
run modernize
|
2025-11-11 17:09:37 +05:30 |
|
Kovid Goyal
|
9e7c46b253
|
clipboard kitten: Allow using a password to avoid repeated confirmation prompts when accessing the clipboard
Fixes #8789
|
2025-07-13 14:12:31 +05:30 |
|
Kovid Goyal
|
ce59ef8c6e
|
Export function to encode clipboard protocol chunk
|
2025-05-16 12:23:14 +05:30 |
|
Kovid Goyal
|
c861259e3b
|
Rename go module from kitty -> github.com/kovidgoyal/kitty
Makes the code more easily re-useable in other projects
|
2025-05-16 08:43:39 +05:30 |
|
Kovid Goyal
|
7537fa00e4
|
Cleanup some code
|
2024-09-15 08:03:16 +05:30 |
|
Kovid Goyal
|
807e14684f
|
Fix #7762
|
2024-08-21 12:01:12 +05:30 |
|
Kovid Goyal
|
405f5ce148
|
Use stdlib maps/slices
|
2024-06-24 07:54:13 +05:30 |
|
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 |
|
Kovid Goyal
|
73f10aaf43
|
clipboard kitten: Fix a bug causing the last MIME type available on the clipboard not being recognized when pasting with arbitrary MIME types
|
2023-04-30 06:48:09 +05:30 |
|
Kovid Goyal
|
ff55121094
|
Move the kittens Go code into the kittens folder
|
2023-03-27 13:06:02 +05:30 |
|