diff options
| author | Mark Wotton <mwotton@gmail.com> | 2021-09-09 17:46:46 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 11:46:46 +0100 |
| commit | 2024884f49334e7eaf64adc425da77b773204b42 (patch) | |
| tree | f5ed33336930230d873f4a06458fb08d6c45cb70 /atuin-client/src/lib.rs | |
| parent | Update README.md (diff) | |
| download | atuin-2024884f49334e7eaf64adc425da77b773204b42.zip | |
Reordered fuzzy search (#179)
* add test demonstrating problem
* add a reordered fuzzy-search mode that presents shorter matches first,
rather than using strict chronological ordering.
* fix warnings, refactor interface to minspan slightly
Diffstat (limited to 'atuin-client/src/lib.rs')
| -rw-r--r-- | atuin-client/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/lib.rs b/atuin-client/src/lib.rs index 82f19b52..fa01c17e 100644 --- a/atuin-client/src/lib.rs +++ b/atuin-client/src/lib.rs @@ -11,5 +11,6 @@ pub mod database; pub mod encryption; pub mod history; pub mod import; +pub mod ordering; pub mod settings; pub mod sync; |
