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-07-26 02:02:14 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ac67d9c72dc9c148b7cb80b87da83b500f336efd
kitty
/
tools
/
cmd
/
at
History
Kovid Goyal
456af90ad2
Remote control: Allow matching for self window even over sockets when run inside a kitty window
...
Have kitty-tool send the value of KITTY_WINDOW_ID if present.
2022-12-30 12:17:31 +05:30
..
env.go
Also make lists and dicts of strings escape code safe
2022-12-12 19:24:44 +05:30
main_test.go
also test \ is escaped
2022-12-13 10:21:19 +05:30
main.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
scroll_window.go
…
send_text.go
Fix @ send-text --stdin always assuming STDIN is a tty
2022-12-30 08:29:30 +05:30
set_background_opacity.go
…
set_colors.go
…
set_font_size.go
…
set_spacing.go
…
set_tab_color.go
…
set_window_logo.go
DRYer
2022-12-01 13:58:06 +05:30
shell.go
kitty shell: Fix pressing enter while cursor is not at end of line causes line to be truncated visually
2022-11-26 15:30:49 +05:30
socket_io.go
…
template.go
…
tty_io.go
…