Kovid Goyal
|
254ba401d4
|
Allow specifying window logos in the launch command
|
2021-12-04 12:37:14 +05:30 |
|
pagedown
|
f3dd2a8bfd
|
Get the first command output on screen and the last scrolled one
|
2021-11-15 15:17:33 +05:30 |
|
Kovid Goyal
|
63e23d7fe3
|
Fix set-colors unable to set tab_bar_background to none
|
2021-10-25 10:04:25 +05:30 |
|
Kovid Goyal
|
6546c1da9b
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
Kovid Goyal
|
16365f2014
|
When creating tabs via @ launch with the --match option create the tab in the OS Window containing the result of the match rather than the active OS Window
Fixes #4126
|
2021-10-17 13:27:52 +05:30 |
|
Kovid Goyal
|
4b7de5d802
|
Add an alias for --keep-focus
|
2021-10-16 19:02:15 +05:30 |
|
Kovid Goyal
|
166ea9deb9
|
A new watcher option for kitty.conf that replaces the old --watcher cli flag
Applies to all windows, not just initial ones.
|
2021-09-29 14:01:30 +05:30 |
|
Kovid Goyal
|
66e2e60ac4
|
Allow deleting environment vars from the child environment using env
|
2021-09-16 08:43:17 +05:30 |
|
Kovid Goyal
|
69dc09489b
|
Fix name collision
|
2021-09-16 07:59:42 +05:30 |
|
Kovid Goyal
|
42da681f2b
|
Launch command: Allow specifying the OS window title
|
2021-08-19 09:52:52 +05:30 |
|
Kovid Goyal
|
07b971ad5f
|
Add a shortcut to easily browse the output of the last command run in the shell
|
2021-08-18 10:06:04 +05:30 |
|
Kovid Goyal
|
079ff7785c
|
...
|
2021-08-05 07:47:32 +05:30 |
|
Kovid Goyal
|
9432f86e43
|
Remove no longer needed type: ignore
Looks like the type signature for runpy.run_path has finally been fixed
|
2021-06-09 08:30:22 +05:30 |
|
Kovid Goyal
|
c827a29a7b
|
Use the new get_options() function
Nicer than carrying around opts objects everywhere
|
2021-05-24 12:29:11 +05:30 |
|
Kovid Goyal
|
80c13fa75b
|
Use same co-ord system for cursor as in KITTY_PIPE_DATA
|
2021-05-09 08:11:05 +05:30 |
|
Kovid Goyal
|
9a6c2aa1ea
|
Add a few more special command line arguments for launch
Now all ``KITTY_PIPE_DATA`` is also available via command line argument substitution
Fixes #3593
|
2021-05-09 07:46:37 +05:30 |
|
Kovid Goyal
|
fe07306ff1
|
Use a nicer decorator for functions that only need to be run once
|
2021-02-05 10:40:52 +05:30 |
|
Kovid Goyal
|
ffc0919790
|
Allow setting colors when creating windows using the launch command.
|
2021-01-31 12:13:27 +05:30 |
|
Kovid Goyal
|
35517d3e6f
|
Allow using the full launch command in session files
Note this is slightly backward incompatible.
|
2021-01-31 11:37:00 +05:30 |
|
Kovid Goyal
|
714d64c417
|
Get type checking working with mypy 0.80
Add workaround for https://github.com/python/typeshed/issues/4964
|
2021-01-23 09:25:31 +05:30 |
|
Kovid Goyal
|
2a026de526
|
More sophisticated PATH resolution for the launch command
|
2020-12-29 11:51:17 +05:30 |
|
Kovid Goyal
|
b571c20acc
|
Clean up docs for --copy-env
|
2020-10-01 12:43:26 +05:30 |
|
Kovid Goyal
|
f6cc0302c4
|
Remove trailing whitespace
|
2020-10-01 08:34:14 +05:30 |
|
Alexis Bourget
|
5346849439
|
Add example of remote_control use with launch --copy-env
|
2020-10-01 01:01:56 +02:00 |
|
Alexis Bourget
|
9742b0c5b1
|
Add docs precisions for launch and --copy-env
|
2020-09-30 20:40:14 +02:00 |
|
Alexis Bourget
|
41cfe26898
|
use :code: block for @... in --stdin-source doc
|
2020-09-30 20:31:04 +02:00 |
|
Kovid Goyal
|
392c31f5fe
|
Allow specifying watchers in session files and via a command line argument
|
2020-08-23 10:41:36 +05:30 |
|
Kovid Goyal
|
f4ddaacb3c
|
Allow tracking focus change events in watchers
Fixes #2918
|
2020-08-23 08:51:04 +05:30 |
|
Kovid Goyal
|
40eb8455d0
|
Fix `launch --location=last` not working
Fixes #2841
|
2020-07-09 22:29:24 +05:30 |
|
Kovid Goyal
|
50d9718c68
|
Start work on refactoring management of windows
|
2020-05-12 22:43:53 +05:30 |
|
Kovid Goyal
|
5762baeed7
|
Typing fixes
|
2020-04-24 19:27:22 +05:30 |
|
Kovid Goyal
|
3c1954f329
|
...
|
2020-04-24 15:07:44 +05:30 |
|
Kovid Goyal
|
590a4d70ee
|
Fix --stdin-add-formatting not working
Fixes #2512
|
2020-04-06 09:35:16 +05:30 |
|
Kovid Goyal
|
747ac85e7c
|
Add an :option:launch --watcher option that allows defining callbacks that are called for various events in the window's life-cycle
Fixes #2440
|
2020-03-28 12:13:42 +05:30 |
|
Kovid Goyal
|
e6e339fcd3
|
...
|
2020-03-28 08:44:48 +05:30 |
|
Kovid Goyal
|
f04680ac47
|
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.
Fixes #2488
|
2020-03-28 08:43:32 +05:30 |
|
Kovid Goyal
|
e8a9935cb2
|
Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command
|
2020-03-15 08:12:28 +05:30 |
|
Kovid Goyal
|
f353131b44
|
Fix #2433
|
2020-03-15 07:54:55 +05:30 |
|
Kovid Goyal
|
d3f37eeba4
|
more typing work
|
2020-03-14 11:42:05 +05:30 |
|
Kovid Goyal
|
ea48332f46
|
more typing work
|
2020-03-14 09:52:56 +05:30 |
|
Kovid Goyal
|
a348f64833
|
more typing work
|
2020-03-13 21:41:07 +05:30 |
|
Kovid Goyal
|
8803eeb890
|
more typing work
|
2020-03-10 12:58:53 +05:30 |
|
Kovid Goyal
|
a0321376d5
|
Fix `@selection` placeholder not working with launch command
Fixes #2417
|
2020-03-08 08:00:36 +05:30 |
|
Kovid Goyal
|
77e9460eea
|
Make mypy a bit stricter
|
2020-03-05 19:57:28 +05:30 |
|
Kovid Goyal
|
4ae59d3f77
|
The launch module is now fully typed
|
2020-03-05 16:20:56 +05:30 |
|
Kovid Goyal
|
f05890719d
|
Add type checking for the various CLI options objects
|
2020-03-05 15:47:12 +05:30 |
|
Kovid Goyal
|
0f4e7921ee
|
Create an auto-generated stub file for the kitty Options object
|
2020-03-04 19:14:50 +05:30 |
|
Kovid Goyal
|
a82e45ad71
|
Allow passing the currently active kitty window id in the launch command
See #2391
|
2020-02-23 19:17:26 +05:30 |
|
Kovid Goyal
|
c788e30b66
|
Implement adding of windows to splits layout
|
2020-01-30 06:12:45 +05:30 |
|
Kovid Goyal
|
8fbf552494
|
Allow opening new tabs/windows before the current tab/window as well as after it with the :option:launch --location option.
|
2020-01-15 08:02:05 +05:30 |
|