Conrad Ludgate

Results 133 issues of Conrad Ludgate

I had previously made my own csv streaming functionality with more features. Adding it in here to have more features for the responder. I'm not happy with the extension trait...

I noticed we were using char indices for cursor support, but we can use utf8 byte indices for better performance. Refactored into a `Cursor` type with proper tests so we...

Macs don't have an alt key, and using Option-N doesn't work either.

I chopped up atuin a little bit and compiled it in 3 different modes 1. atuin-full (cli client + sync client + sync server) 2. atuin-sync (cli client + sync...

Update our logger to write to a file as well as stdout to help with debugging. (see #79)

enhancement
help wanted
good first issue

Logging in on a new device is currently a bit awkward. You have to somehow get your encryption key from one device to the other. You could store the key...

enhancement

For #282, fixes #283. Todo - [x] Fix failure to launch on 'up' keybinding - [x] Fix up/down keys in the TUI (ctrl-n/p work fine)

If I understand correctly, if you intend to host your own sync server for just your single user you have to 1. Deploy the sync server with registrations enabled 2....

enhancement

When running `atuin history list` or `atuin search` with a large database, it takes a while for the output to trickle into the stdout (currently a few seconds in my...

Performing these two actions consistently gets me a panic ``` oon@altair  ~/code/rust/atuin   main  rm ~/.local/share/atuin/history.db oon@altair  ~/code/rust/atuin   main  atuin import zsh Atuin...

bug