pagedown
73a197fcde
Add kitty-launcher.desktop to handle URL scheme for Linux
2022-02-06 19:12:57 +08:00
pagedown
648bff02b5
Only remove the initial window if no startup session is configured
2022-02-06 18:58:52 +08:00
pagedown
7740bc138b
Add changelog entry for previous PR
2022-02-06 18:58:40 +08:00
pagedown
f5337096d5
Rename LAUNCH_URL to LAUNCH_URLS
2022-02-06 18:57:40 +08:00
Kovid Goyal
dddff91fad
Linux: Fix rendering of emoji when using scalable fonts such as Segoe UI Emoji
2022-02-06 13:31:11 +05:30
Kovid Goyal
f047678711
More robust initial window replacement when launching URLs
2022-02-06 07:11:57 +05:30
Kovid Goyal
aa8b23395f
Merge branch 'feat-macos-open-with' of https://github.com/page-down/kitty
2022-02-06 06:53:36 +05:30
Kovid Goyal
7c36c19de0
Cleanup previous PR
2022-02-06 06:31:56 +05:30
Kovid Goyal
49183ced3b
Merge branch 'fix-launch-cmd-args' of https://github.com/page-down/kitty
2022-02-06 06:31:22 +05:30
pagedown
007e9697c4
macOS: Add Open with kitty Service
...
There are still some file types that cannot be matched.
Add a standalone Open With service.
Users can configure shortcut for this service in System Preferences.
2022-02-05 23:20:19 +08:00
pagedown
9989edbe42
macOS: Add archive file type to info plist
...
List kitty in the Open With menu for archive files.
E.g. compressed files or disk image files
2022-02-05 23:19:33 +08:00
Kovid Goyal
9742e2ec48
Make mypy happy
2022-02-05 19:53:16 +05:30
pagedown
b47711e23a
Fix kitty_exe() being executed when the script doesn't have shebang
2022-02-05 20:28:06 +08:00
pagedown
3dfdb3ac89
Fix missing args when running a script without exec perms via launch
2022-02-05 20:28:06 +08:00
Kovid Goyal
4d3e2a07d1
Cleanup previous PR
2022-02-05 17:45:46 +05:30
Kovid Goyal
a42eb3e643
Merge branch 'feat-lines-on-scr' of https://github.com/page-down/kitty
...
Fixes #4462
2022-02-05 17:44:21 +05:30
Kovid Goyal
39c77a9486
Allow running the launch actions by invoking the kitty executable with +open
2022-02-05 17:39:48 +05:30
pagedown
e22546c56a
Add arguments to get the first and last line of text for launch command
2022-02-05 20:02:24 +08:00
Kovid Goyal
ced61096df
Add some docs for the previous PR
2022-02-05 12:57:15 +05:30
Kovid Goyal
c0ea127810
Merge branch 'feat-macos-open-url' of https://github.com/page-down/kitty
2022-02-05 12:46:39 +05:30
Kovid Goyal
29b1e3fa46
Sanity check for main() args
2022-02-05 11:56:18 +05:30
Kovid Goyal
b2faa0d9f7
Fix #4637
2022-02-05 11:35:40 +05:30
pagedown
ddb9b67de3
Restrict custom launch actions to be prefixed with kitty:///launch/
...
Preserve the kitty URL scheme for further use.
2022-02-05 13:23:41 +08:00
pagedown
ffbc533565
Add ftps, ircs, kitty, sftp, and ssh to url_prefixes
2022-02-05 13:10:21 +08:00
pagedown
206e490491
macOS: Add common URL schemes to info plist
2022-02-05 13:09:13 +08:00
pagedown
135066f38c
Add default launch action for ssh links
2022-02-05 13:05:58 +08:00
pagedown
51d591e177
macOS: Allow opening URLs with kitty
2022-02-05 13:05:41 +08:00
pagedown
80a62c8d71
Add preamble to generated file and fix gen-config.py filename
2022-02-05 13:05:13 +08:00
Kovid Goyal
90b54c5f7f
Get build-dep working again for changes to bypy
2022-02-05 10:27:47 +05:30
Kovid Goyal
99c81e6858
Bump bundled version of wayland
2022-02-05 07:56:40 +05:30
Kovid Goyal
8fcb6278d7
Cleanup previous PR
2022-02-04 20:38:32 +05:30
Kovid Goyal
89e0abd41d
Merge branch 'feat-reverse-scroll' of https://github.com/page-down/kitty
2022-02-04 20:34:37 +05:30
pagedown
a1a0c9ab80
Add new mappable action scroll_prompt_to_bottom
2022-02-04 22:52:06 +08:00
Kovid Goyal
9ab2a38d5c
...
2022-02-04 18:26:36 +05:30
Kovid Goyal
b5676a53ee
Use a special role for actions documentation
2022-02-04 18:24:39 +05:30
Kovid Goyal
94898a8758
fix incorrect use of :ac:
2022-02-04 17:54:32 +05:30
Kovid Goyal
97a6a11066
Capitalization of menu action
2022-02-04 16:12:46 +05:30
Kovid Goyal
9fe22a5c27
Do a single pass over the cell vertex shader to set the defines
2022-02-04 14:34:41 +05:30
Kovid Goyal
f9b35c71d7
Another place to use NUM_UNDERLINE_STYLES
2022-02-04 14:16:31 +05:30
Kovid Goyal
6b47f6f769
Make adding new underline styles easier in the future
2022-02-04 14:05:19 +05:30
Kovid Goyal
37d8483728
Fix a regression in the previous release that broke strikethrough
2022-02-04 13:37:38 +05:30
Kovid Goyal
4776a9e785
When moving text into scrollback upto cursor actually move up to the prompt the cursor is at
2022-02-04 13:19:24 +05:30
Kovid Goyal
50bc5b0302
macOS: Add the default shortcut cmd+k to clear the terminal screen and scrollback up to the cursor
...
Fixes #4625
2022-02-04 11:58:52 +05:30
Kovid Goyal
7d496f20a1
Add changelog entry for previous PR
2022-02-04 11:43:57 +05:30
Kovid Goyal
42fbd0a1af
A new action to clear scrollback+screen upto the line with the cursor
2022-02-04 11:42:42 +05:30
Kovid Goyal
8960bfebc0
...
2022-02-04 11:41:45 +05:30
Kovid Goyal
b1209c1e7a
Be explicit about python3
2022-02-04 11:19:51 +05:30
Kovid Goyal
365583efd7
Clarify SI docs a little
...
Fixes #4626
2022-02-04 10:51:41 +05:30
Kovid Goyal
926c2d71ee
Merge branch 'fix-macos-ime' of https://github.com/page-down/kitty
...
Fixes #4621
2022-02-04 10:46:43 +05:30
pagedown
ce57c747cc
macOS: Fix select next input source not working
...
For global shortcut to switch the next input source in the macOS system
preferences, final confirmation is only given when all modifier keys are
released.
2022-02-04 12:51:01 +08:00