noyez
noyez
Just to comment on how `histdb` does this, you just use the switch `--forget` and you can remove all entries that match the given argument (see below). I'm sure this...
As a user of zsh-histdb, i'd love to see this (esp as i've found histdb to be a little slow w/ a large history). As a rust developer, i could...
You're right that sqlx traits don't seem to lend itself well to the `Read + Seek + Iterator` implementations, at least as far as i can tell, i've never used...
I've created a branch ( https://github.com/noyez/atuin/tree/noyez_zsh_histdb_import ). It compiles, and the tests run, but i haven't got it to run in practice b/c of async code. Specifically, the import traits...
@norpol Do you have a sample sqlite db file with that non utf-8 directory that i could use as a test?
@norpol I'm just looking at the code, and i realize that i had protections against invalid strings only in the command text, but NOT in the directory -- which is...
@norpol If you are able, try the following branch : https://github.com/noyez/atuin/tree/noyez_fix_dir_hostname_utf8 I update the `dir` and `hostnames` to be more utf-8 friendly.
Should be addressed by PR https://github.com/ellie/atuin/pull/393 and PR https://github.com/ellie/atuin/pull/430 Can this be closed?
my apologies, but how does one run without plugins? i started with an empty config. and the resulting log is below. ``` ERROR |zellij_client | 2022-06-20 15:22:57.275 [stdin_handler] [/home/brad/.cargo/registry/src/github.com-1ecc6299db9ec823/zellij-client-0.30.0/src/lib.rs:205]: Panic...
Still got crash, this time i compiled it from source to generate a debug binary. I used the empty layout. ``` rust/zellij » echo '---' > empty.yaml rust/zellij » target/debug/zellij...