atuin/atuin-client
noyez e5df809dd2
Noyez zsh histdb import (#393)
* Attempting to implement zsh-histdb import

Import compiles passes tests, but doesn't run b/c of async runtime.
zsh-histdb uses sqlite, and sqlx-rs is async, but import code is sync.

* More working on importing histdb

* Rewriting tests and using `Vec<u8>` instead of `String`

 - Rewriting tests to eliminate depencency on local file system
 - Using `Vec<u8>` for command strings instead of `String` to eliminate
   the utf8 errors i was seeing previously. Seems to be working.

* Running fmt

Co-authored-by: Bradley Noyes <b@noyes.dev>
2022-05-20 07:36:53 +01:00
..
migrations Revert to storing history as nanos 2021-04-25 21:27:51 +01:00
src Noyez zsh histdb import (#393) 2022-05-20 07:36:53 +01:00
Cargo.toml Noyez zsh histdb import (#393) 2022-05-20 07:36:53 +01:00
config.toml Add fuzzy text search mode (#142) 2021-06-01 08:38:19 +01:00