kitty/docs/kittens
Daniel M German 6a3fe6ae01 Command palette: word-level search with multi-token cross-column matching
Implement a word-level scoring engine for the command palette that replaces
the previous FZF-based approach. Query tokens are matched against pre-tokenized
words in each column (key, action, category) with exact, prefix, and
edit-distance scoring. Multiple search terms are supported with cross-column
matching — items matching more tokens rank higher. Compound query tokens
containing delimiters (e.g. mouse_selection) are matched as units.

Add comprehensive tests using a Go builder API instead of raw JSON blobs,
covering single-token, multi-token, partial-match, ranking, mouse binding,
and unmapped action scenarios.

Add documentation for the command palette kitten.
2026-03-22 17:28:28 -07:00
..
broadcast.rst
choose-files.rst Fix #9679 2026-03-17 08:21:11 +05:30
choose-fonts.rst Fixed typos 2025-05-18 15:16:56 +02:00
clipboard.rst
command-palette.rst Command palette: word-level search with multi-token cross-column matching 2026-03-22 17:28:28 -07:00
custom.rst ... 2025-10-06 10:37:51 +05:30
desktop-ui.rst ... 2026-02-13 11:15:41 +05:30
developing-builtin-kittens.rst Cleanup previous PR 2024-08-04 21:06:32 +05:30
diff.rst Update diff kitten keybinding docs 2025-04-06 10:57:43 +05:30
hints.rst hints kitten: Allow clicking on matched text to select it in addition to typing the hint 2024-05-14 15:22:03 +05:30
hyperlinked_grep.rst Some more doc examples 2024-05-22 08:44:14 +05:30
icat.rst ... 2024-03-28 10:43:53 +05:30
notify.rst Add docs for the notify kitten 2024-08-01 07:21:48 +05:30
panel.rst ... 2025-12-29 12:12:27 +05:30
query_terminal.rst Move the query_terminal implementation to Go 2024-06-24 07:54:14 +05:30
quick-access-terminal.rst Modify docs in light of X11 support 2025-05-01 21:48:27 +05:30
remote_file.rst
ssh.rst Fix env assignation in ssh kitten docs 2024-07-28 22:35:19 +02:00
themes.rst Have auto color scheme switching also control background image 2025-05-06 09:10:05 +05:30
transfer.rst
unicode_input.rst