atuin/crates/atuin-client
Ellie Huxtable f102a9d606 wip
I'm not really that happy with the query results here, though I'm sure
it can be tweaked a bunch

1. Prefixes suck. I'd expect a query of "c" to respond with a bunch of
   "cd" commands, but single char prefixes don't work too well. Maybe
   configure a prefix index?
2. Special characters aren't working well. Eg, querying for flags,
   strings containing chars like '@', etc. Probs some config options or
   escaping needed
3. Not as fuzzy. Pro and con really. I tried trigrams too, but the three
   char requirement didn't work nicely given lots of commands are < 3
   chars
4. Performance is really nice though!
2024-05-26 08:56:11 +01:00
..
migrations wip 2024-05-26 08:56:11 +01:00
record-migrations chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
src wip 2024-05-26 08:56:11 +01:00
tests/data chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
Cargo.toml feat: support importing from replxx history files (#2024) 2024-05-21 11:12:17 +07:00
config.toml feat: support systemd socket activation for daemon (#2039) 2024-05-25 13:03:55 +01:00