This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kitty
Watch
1
Star
0
Fork
0
You've already forked kitty
mirror of
https://github.com/kovidgoyal/kitty
synced
2026-06-09 07:07:19 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12bdc0cc0cfa844fa13a2dfa5938d33fde8c7539
kitty
/
kittens
/
diff
History
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
..
__init__.py
…
collect_test.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
collect.go
diff kitten: Fix a regression in 0.28.0 that broke using relative paths as arguments to the kitten
2023-05-03 08:34:46 +05:30
diff.go
…
highlight.go
simplify API of utils.Once
2023-05-26 22:42:07 +05:30
main.go
Fix
#6154
2023-04-04 21:18:27 +05:30
main.py
…
mouse.go
Fix infinite loop in text for current mouse selection
2023-07-24 12:56:02 +05:30
patch.go
simplify API of utils.Once
2023-05-26 22:42:07 +05:30
render.go
Show proper error message in diff when failing to load image
2023-05-24 22:47:14 +05:30
search.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
ui.go
…