SIGN IN SIGN UP

console.lua: implement exact matching

Allow matching items exactly instead of fuzzily when prefixing the
search with ' (like in fzf) or with
--script-opt=console-exact_match=yes.

This is mainly useful to filter history entries chronologically.

You can also specify multiple search terms delimited by spaces. But '
makes every term an exact match, unlike fzf where you need to place it
before every word, since we can't hook into fzy's algorithm.

Closes #14587.
G
Guido Cella committed
4cb5f7aa1fd171107a533fd26d07460d82da64d7
Parent: bff0d59
Committed by Kacper Michajłow <kasper93@gmail.com> on 4/16/2025, 10:01:27 PM