atuin/crates
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
..
atuin perf: only open the database for commands if strictly required (#2043) 2024-05-25 11:58:52 +01:00
atuin-client wip 2024-05-26 08:56:11 +01:00
atuin-common fix(dotfiles): unquote aliases before quoting (#1976) 2024-04-23 14:45:07 +01:00
atuin-daemon feat: support systemd socket activation for daemon (#2039) 2024-05-25 13:03:55 +01:00
atuin-dotfiles fix(dotfiles): allow clearing aliases, disable import (#1995) 2024-05-02 16:53:38 +01:00
atuin-history feat(ui): scroll history infinitely (#1999) 2024-05-06 08:11:47 +01:00
atuin-server fix: alias enable/enabled in settings (#2021) 2024-05-14 10:23:05 +07:00
atuin-server-database chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
atuin-server-postgres fix: redact password in database URI when logging (#2032) 2024-05-21 09:25:17 +07:00