lotabout.skim/tests
LoricAndre 5daf7823eb
feat: add fzy matcher and --typos/--no-typos flag (#987)
* feat: first reimplementation of Fzy's algo

* feat: typo resistance using the `--typos` flag

* chore: generate completions & manpage

* feat: enable typo-resistance by default for fzy and frizbee

* chore: generate completions & manpage

* fix: tests & feature

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-02-20 15:12:06 +01:00
..
common feat: event-driven re-render (#949) 2026-02-16 11:05:33 +01:00
snapshots feat: add fzy matcher and --typos/--no-typos flag (#987) 2026-02-20 15:12:06 +01:00
ansi.rs fix: restart_matcher race condition (closes #970) 2026-02-12 15:08:37 +01:00
binds.rs feat: add set-header action (closes #768) 2026-02-18 19:33:29 +01:00
case.rs tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
defaults.rs tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
highlighting.rs fix: restart_matcher race condition (closes #970) 2026-02-12 15:08:37 +01:00
history.rs feat!: use smarter setters, remove the need for Some(...) and String::from() in setters 2026-02-11 18:18:35 +01:00
issues.rs feat!: interactive pty preview & concurrency optimizations (#952) 2026-02-09 21:43:04 +00:00
keys.rs fix: always make ctrl-d abort (closes #941) 2026-01-29 18:23:10 +01:00
keys_interactive.rs feat: use a separate thread pool for Matcher runs (#961) 2026-02-15 17:34:46 +01:00
layout.rs fix: header and header-lines order in reverse layout 2026-01-25 21:40:30 +01:00
listen.rs feat!: use smarter setters, remove the need for Some(...) and String::from() in setters 2026-02-11 18:18:35 +01:00
matcher.rs feat: add fzy matcher and --typos/--no-typos flag (#987) 2026-02-20 15:12:06 +01:00
normalize.rs feat: add --normalize to ignore accents etc. when matching (closes #453) (#914) 2026-01-27 14:04:51 +00:00
options.rs feat: add --ellipsis option 2026-02-19 13:37:10 +01:00
preview.rs feat!: interactive pty preview & concurrency optimizations (#952) 2026-02-09 21:43:04 +00:00
split_match.rs tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
tiebreak.rs tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
tmux.rs feat: add --print-current, --output-format (closes #981) 2026-02-18 22:14:49 +01:00
unix.rs feat(cli): add SKIM_OPTIONS_FILE (#972) 2026-02-13 09:24:05 +01:00