kitty/kittens
Kovid Goyal 65f8bb7397
hints kitten: Switch to using a regex engine that supports lookaround
Note that we loose unicode char matching for --type=word because of
https://github.com/dlclark/regexp2/issues/65 and of course user regexps
cant use \p{N} escapes any more. Hopefully regexp2 will add support for
these soon-ish. IMO lookaround is more important than \p.

Fixes #6265
2023-05-12 12:24:59 +05:30
..
ask kitty +open: Ask for permission before executing script files that are not marked as executable 2023-05-07 08:11:39 +05:30
broadcast broadcast kitten: Allow pressing a key to stop echoing of input into the broadcast window itself 2023-01-09 17:19:35 +05:30
clipboard clipboard kitten: Fix a bug causing the last MIME type available on the clipboard not being recognized when pasting with arbitrary MIME types 2023-04-30 06:48:09 +05:30
diff diff kitten: Fix a regression in 0.28.0 that broke using relative paths as arguments to the kitten 2023-05-03 08:34:46 +05:30
hints hints kitten: Switch to using a regex engine that supports lookaround 2023-05-12 12:24:59 +05:30
hyperlinked_grep Move the kittens Go code into the kittens folder 2023-03-27 13:06:02 +05:30
icat Move the kittens Go code into the kittens folder 2023-03-27 13:06:02 +05:30
mouse_demo show_key kitten: In kitty mode show the actual bytes sent by the terminal rather than a re-encoding of the parsed key event 2023-04-26 21:48:53 +05:30
panel Replace isort with ruff 2023-01-09 16:47:42 +05:30
query_terminal Replace isort with ruff 2023-01-09 16:47:42 +05:30
remote_file Abort show_error kitten if stdin is a tty 2023-01-22 08:48:55 +05:30
resize_window
show_error Fix cursor misalignment after displaying detailed traceback 2023-03-01 12:04:04 +08:00
show_key show_key kitten: In kitty mode show the actual bytes sent by the terminal rather than a re-encoding of the parsed key event 2023-04-26 21:48:53 +05:30
ssh ssh_kitten: Proper exit code for termination by SIGINT 2023-05-08 16:27:07 +05:30
themes ... 2023-05-04 10:26:18 +05:30
transfer transfer kitten: Use guess_type with custom MIME 2023-02-12 17:34:09 +08:00
tui ask kitten: Get readline to work even when stdout is redirected 2023-01-26 21:47:43 +05:30
unicode_input unicode_input: Only serialize favorites if no user config exists 2023-04-26 16:02:18 +05:30
__init__.py
runner.py Revert #6114 2023-03-18 15:26:33 +05:30