atuin/crates
Ellie Huxtable 40543eb8f9
perf: only open the database for commands if strictly required (#2043)
The client commands would open sqlite, even if not 100% required

Remove this for

1. history start/end
2. shell init

Init seems to be around 2ms faster on my system, with this change.
2024-05-25 11:58:52 +01:00
..
atuin perf: only open the database for commands if strictly required (#2043) 2024-05-25 11:58:52 +01:00
atuin-client feat: support importing from replxx history files (#2024) 2024-05-21 11:12:17 +07:00
atuin-common fix(dotfiles): unquote aliases before quoting (#1976) 2024-04-23 14:45:07 +01:00
atuin-daemon fix(daemon): do not try to sync if logged out (#2037) 2024-05-21 10:43:08 +07: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