| .. |
|
complete_actions.go
|
Completion for kitty @ load-config --override xxx
|
2024-02-10 14:52:29 +05:30 |
|
env.go
|
get rid of utils.Cut since we can now rely on strings.Cut instead
|
2023-03-04 13:37:55 +05:30 |
|
launch.go
|
Dont expand cwd=current in rc launch
|
2023-10-17 05:01:28 +05:30 |
|
main.go
|
Allow rc commands to control the exit code
|
2024-05-14 14:31:31 +05:30 |
|
main_test.go
|
also test \ is escaped
|
2022-12-13 10:21:19 +05:30 |
|
run.go
|
kitten @ run: A new remote control command to run a process on the machine kitty is running on and get its output
|
2024-05-14 14:32: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 @ send-key not working to send keys to self over TTY
|
2024-03-05 13:09:07 +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 utils.Cut since we can now rely on strings.Cut instead
|
2023-03-04 13:37:55 +05:30 |
|
set_font_size.go
|
Get set_font_size working
|
2022-11-14 15:41:54 +05:30 |
|
set_spacing.go
|
Fix a regression in 0.27.0 that broke setting of specific edge padding/margin via remote control. Fixes #6333
|
2023-06-04 22:24:48 +05:30 |
|
set_tab_color.go
|
get rid of utils.Cut since we can now rely on strings.Cut instead
|
2023-03-04 13:37:55 +05:30 |
|
set_window_logo.go
|
Remove unused code
|
2023-03-01 16:54:06 +05:30 |
|
shell.go
|
Allow rc commands to control the exit code
|
2024-05-14 14:31:31 +05:30 |
|
socket_io.go
|
Allow launched background process to work with --allow-remote-control
|
2023-10-18 19:56:58 +05:30 |
|
template.go
|
Allow rc commands to control the exit code
|
2024-05-14 14:31:31 +05:30 |
|
tty_io.go
|
Fix handling of streaming remote command via tty_io that doesnt actually stream anything
|
2024-05-14 13:13:17 +05:30 |