Files
kitty/docs
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
..
2026-03-03 15:34:10 +05:30
2025-12-14 22:42:24 +10:30
2026-01-22 08:19:41 +08:00
2026-03-21 08:41:46 +05:30
2026-01-22 00:13:41 +08:00
2026-03-21 17:13:19 +05:30
2025-10-07 20:20:19 +05:30
...
2026-03-12 12:23:58 +05:30
2026-02-24 16:02:07 +05:30
2025-12-14 22:42:24 +10:30
2026-03-21 08:41:46 +05:30
2025-10-20 08:16:48 +05:30
2025-12-20 09:13:02 +05:30