kitty/tools/cmd/at
Kovid Goyal e555d963b1
DRYer
2022-12-01 13:58:06 +05:30
..
env.go Work on conversion of args parsing to go code 2022-11-14 15:41:53 +05:30
main.go kitty-tool @: Fix extra newline being printed when a command returns no response 2022-11-26 05:02:32 +05:30
main_test.go Couple more errors found by linting 2022-11-14 15:42:01 +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 kitty-tool @ send-text not processing ANSI escapes 2022-11-25 21:09:51 +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 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 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