kitty/tools/cmd/at
2022-11-14 15:42:07 +05:30
..
env.go Work on conversion of args parsing to go code 2022-11-14 15:41:53 +05:30
main_test.go Couple more errors found by linting 2022-11-14 15:42:01 +05:30
main.go Start work on porting kitty shell to Go 2022-11-14 15:42:03 +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 Get rid of the cobra dependency 2022-11-14 15:42:02 +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 Fix spurious error message when setting image to none 2022-11-14 15:41:55 +05:30
shell.go Add basic history operations 2022-11-14 15:42:07 +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