diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-12 20:19:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 20:19:22 +0100 |
| commit | e8c841527880ac6ca47fd514ac70aad81764dae8 (patch) | |
| tree | 577d51ad1e6e21b3a19359578f0de27f0522eebd /src/command/client/search.rs | |
| parent | better cursor search (#473) (diff) | |
| download | atuin-e8c841527880ac6ca47fd514ac70aad81764dae8.zip | |
update default layout (#523)
* update layouts
* add other duration changes
* fmt :(
Diffstat (limited to 'src/command/client/search.rs')
| -rw-r--r-- | src/command/client/search.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 7b84d410..915589a5 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -9,8 +9,10 @@ use atuin_client::{ use super::history::ListMode; mod cursor; +mod duration; mod event; mod interactive; +pub use duration::format_duration; #[derive(Parser)] pub struct Cmd { |
