| .. |
|
__init__.py
|
more typing work
|
2020-03-14 09:52:56 +05:30 |
|
base.py
|
Remote control: Allow matching tabs by index number in currently active OS Window
|
2021-06-11 09:12:08 +05:30 |
|
close_tab.py
|
Fix @close-tab not working with pipe based remote control
|
2021-04-22 10:23:04 +05:30 |
|
close_window.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
create_marker.py
|
Move options code into its own directory
|
2021-05-31 17:40:48 +05:30 |
|
detach_tab.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
detach_window.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
disable_ligatures.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
env.py
|
A new remote control command @env to change the default environment passed to newly created windows
|
2021-04-24 18:06:57 +05:30 |
|
focus_tab.py
|
...
|
2021-04-22 10:24:57 +05:30 |
|
focus_window.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
get_colors.py
|
Use the new get_options() function
|
2021-05-24 12:29:11 +05:30 |
|
get_text.py
|
Merge branch 'master' of https://github.com/copy/kitty
|
2021-05-17 07:42:13 +05:30 |
|
goto_layout.py
|
Add layout name completion to @ goto-layout
|
2021-05-15 10:25:34 +05:30 |
|
kitten.py
|
kitty @ kitten: Allow no_ui kittens to return data to the remote client
|
2020-04-15 08:29:55 +05:30 |
|
last_used_layout.py
|
Add --no-response to @ last-used-layout
|
2020-06-08 09:16:26 +05:30 |
|
launch.py
|
Fix a regression in 0.17 that broke the kitty @ launch remote command and also broke the --tab-title option when creating a new tab.
|
2020-03-28 08:43:32 +05:30 |
|
ls.py
|
...
|
2021-04-24 18:02:16 +05:30 |
|
new_window.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
remove_marker.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
resize_window.py
|
more typing work
|
2020-03-14 09:52:56 +05:30 |
|
scroll_window.py
|
Add the ability to unscroll the screen to the `kitty @ scroll-window` remote control command
|
2021-05-11 14:36:52 +05:30 |
|
send_text.py
|
Move options code into its own directory
|
2021-05-31 17:40:48 +05:30 |
|
set_background_image.py
|
...
|
2021-05-15 09:42:52 +05:30 |
|
set_background_opacity.py
|
Use the new get_options() function
|
2021-05-24 12:29:11 +05:30 |
|
set_colors.py
|
Use a more efficient representation of the color table on the Options object
|
2021-06-03 22:17:37 +05:30 |
|
set_font_size.py
|
Note that set-font-size --all changes configured size
|
2021-06-05 09:39:10 +05:30 |
|
set_spacing.py
|
Refactor configuration file parsing
|
2021-05-31 17:40:49 +05:30 |
|
set_tab_title.py
|
Clean up code for matching windows/tabs in rc
|
2020-03-13 21:03:06 +05:30 |
|
set_window_title.py
|
The title for @ set-window-title is optional
|
2020-05-24 21:51:33 +05:30 |
|
signal_child.py
|
Allow sending arbitrary signals to the current foreground process in a window using either a mapping in kitty.conf or via remote control
|
2020-06-20 12:37:27 +05:30 |