aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/search.rs
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-03-19 20:49:57 +0000
committerGitHub <noreply@github.com>2023-03-19 20:49:57 +0000
commitedcd477153d00944c5dae16ec3ba69e339e1450c (patch)
tree472e0151222cdfc8978875ee3531079c58ece75b /src/command/client/search.rs
parentfix: many wins were broken :memo: (#789) (diff)
downloadatuin-edcd477153d00944c5dae16ec3ba69e339e1450c.zip
skim-demo (#695)
* skim-demo * skim some more * Weight first word match higher (#712) * some improvements * make skim opt-in --------- Co-authored-by: Frank Hamand <frankhamand@gmail.com>
Diffstat (limited to '')
-rw-r--r--src/command/client/search.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs
index 8d0e1de4..0a728cc5 100644
--- a/src/command/client/search.rs
+++ b/src/command/client/search.rs
@@ -16,6 +16,7 @@ mod cursor;
mod duration;
mod history_list;
mod interactive;
+mod skim_impl;
pub use duration::{format_duration, format_duration_into};
#[allow(clippy::struct_excessive_bools)]