kitty/tools/cmd/at
Kovid Goyal 6b8e5ea225
Rename kitty-tool to kitten
It's easier to type, and cuter.

Also, most, if not all of the TUI parts of
kitty's kittens will eventually be re-written into kitten.

The only downside I can see is that we cant tab complete kitty
anymore, but hopefully there will be less reason to run kitty
from the shell as command line tools migrate to kitten.

Meowrrrr!!!
2023-01-14 15:44:52 +05:30
..
env.go Also make lists and dicts of strings escape code safe 2022-12-12 19:24:44 +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
main_test.go also test \ is escaped 2022-12-13 10:21:19 +05:30
scroll_window.go get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
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 more work on porting command parsing to Go 2022-11-14 15:41:54 +05:30
set_colors.go get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
set_font_size.go Get set_font_size working 2022-11-14 15:41:54 +05:30
set_spacing.go get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
set_tab_color.go get rid of interface{} since we now require Go 1.18 2022-11-14 15:42:00 +05:30
set_window_logo.go DRYer 2022-12-01 13:58:06 +05:30
shell.go Rename kitty-tool to kitten 2023-01-14 15:44:52 +05:30
socket_io.go Couple more errors found by linting 2022-11-14 15:42:01 +05:30
template.go No need to use a map 2022-11-14 15:42:02 +05:30
tty_io.go Dont send invalid kitty-cmd escape code over tty 2022-11-14 15:42:05 +05:30