Conrad Ludgate
Conrad Ludgate
The interactive search currently has support for single-session search, but I don't think there's currently a way to force it on launch. We could have a `--session` flag or `ATUIN_SEARCH=SESSION`...
Yeah, we've seen similar issues occur in ZSH(#100). For bash, we assume that the user does not have any timestamp support (as far as I understand, out of the box...
I'll see if I can write a parser for this. If bash can do it, I'm sure we can too (even if it's a lil bit lossy)
I think this is reasonable, although it should be configurable IMO
If you know of a good way of detecting a regular ZSH install vs a ZSH + histdb setup, then we can have a [histdb.rs](https://github.com/ellie/atuin/tree/main/atuin-client/src/import) file that manages the extraction...
If needed, I can refactor our import code to be less sophisticated. Simple is better, I wish I realised that a year ago 🤦
We've designed our database code to be fairly flexible for the use cases their intended for. So it's certainly possible that we can switch out the database impls on the...
We enabled LTO over a year ago #101 but it's not been shown if it actually provides much performance boost for us. It's worth benchmarking our normal flow (interactive search)...
I have a functional PR with solutions to these in #328
I've heard from sources that on Linux the libsodium build is a non issue