mirror of
https://github.com/atuinsh/atuin.git
synced 2025-03-02 01:01:45 +01:00
* 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> |
||
---|---|---|
.. | ||
bash.rs | ||
fish.rs | ||
mod.rs | ||
resh.rs | ||
zsh_histdb.rs | ||
zsh.rs |