index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
atuin-client
/
src
/
history
/
store.rs
(
unfollow
)
Commit message (
Expand
)
Author
13 days
chore: Move everything into one big crate
Benedikt Peetz
2026-04-04
feat: add support for deleting all matching commands via keybindings (#3375)
Ellie Huxtable
2026-02-25
feat: Add history author/intent metadata and v1 record version (#3205)
Ellie Huxtable
2026-02-04
feat: replace several files with a sqlite db (#3128)
Ellie Huxtable
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2024-05-08
fix: add incremental rebuild to daemon loop (#2010)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-03-06
feat: add automatic history store init (#1831)
Ellie Huxtable
2024-02-12
perf: optimize history init-store (#1691)
Ellie Huxtable
2024-02-08
feat: add progress bars to sync and store init (#1684)
Ellie Huxtable
2024-02-05
chore(ci): run rust build/test/check on 3 platforms (#1675)
Ellie Huxtable
2024-02-02
feat: failure to decrypt history = failure to sync
Ellie Huxtable
2024-01-29
feat: automatically init history store when record sync is enabled (#1634)
Ellie Huxtable
2024-01-22
feat: don't stop with invalid key (#1612)
Ellie Huxtable
2024-01-22
feat: make store init idempotent (#1609)
Ellie Huxtable
2024-01-17
feat: make deleting from the UI work with record store sync (#1580)
Ellie Huxtable
2024-01-16
feat: add history rebuild (#1575)
Ellie Huxtable
2024-01-06
refactor: String -> HistoryId (#1512)
Ellie Huxtable
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable