atuin/src/command
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
..
client Noyez zsh histdb import (#393) 2022-05-20 07:36:53 +01:00
client.rs Importer V3 (#395) 2022-05-09 07:46:52 +01:00
mod.rs Allow to build atuin server without client (#404) 2022-05-13 06:57:27 +01:00
server.rs Importer V3 (#395) 2022-05-09 07:46:52 +01:00