Conrad Ludgate
Conrad Ludgate
So the auto import should be fairly simple to update (see https://github.com/ellie/atuin/blob/main/src/command/client/import.rs#L47-L56) Although I recall there being a reason we didn't add it. Do you remember @ellie? Was it because...
> The other issue is that after import I am not able to search at all and I get the following error Can you confirm that you've followed the necessary...
Thanks, this is probably due to us using [string formatting for our URLs](https://github.com/ellie/atuin/blob/25afb5b2ed3c79a19880c805f9782632a37e0b9e/atuin-client/src/api_client.rs#L44-L45)... I've been meaning to use proper URL parsing and building but never got the motivation to do...
If anyone wants to take a shot at this in the meantime, looks like we can use [reqwest::Url::join](https://docs.rs/reqwest/0.11.10/reqwest/struct.Url.html#method.join)
Transfer to VPS seems easy enough through SSH. My flow was thinking of a work laptop brought home, next to their personal workstation. Textual keys would definitely help though, if...
The mnemonics are not backwards compatible, however. So we will need to know the 'key encoding' used on file going forward. But overall I'm happy with this for now
Yeah this makes sense. I wonder if we should just ignore io errors for this path?
A curiosity, I've decided to try partial upgrade (tui 0.18 + termion) and it's still eating my arrow key inputs, but otherwise still responsive. So I'm not sure what's going...
> Do you know what mode your terminal is in? Different modes can send different escape sequences, and it could be listening for the wrong ones Yeah, I was debugging...
I'm rebasing this branch now, I'll let you know