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
/
turtle
/
src
/
command
/
client
/
sync.rs
(
unfollow
)
Commit message (
Expand
)
Author
39 hours
chore(treewide): Cleanup themes
Benedikt Peetz
2 days
feat(server): Really make users stateless (with tests)
Benedikt Peetz
3 days
feat(server): Make user stuff stateless
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
3 days
chore: Somewhat simplify sync code
Benedikt Peetz
3 days
chore: Turn all `allow`s into into `expect`s
Benedikt Peetz
3 days
chore: Remove more useless code
Benedikt Peetz
2026-05-12
feat(ui): prominent banner for wrong-key errors at login/sync (#3475)
Ellie Huxtable
2026-05-12
fix: ensure local key matches remote data before syncing (#3474)
Ellie Huxtable
2026-03-11
feat: Allow authenticating with Atuin Hub (#3237)
Michelle Tilley
2026-02-04
feat: replace several files with a sqlite db (#3128)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-04-03
perf(dotfiles): cache aliases and read straight from file (#1918)
Ellie Huxtable
2024-03-06
fix(store-init): re-sync after running auto store init (#1834)
Ellie Huxtable
2024-03-06
feat: add automatic history store init (#1831)
Ellie Huxtable
2024-03-01
fix(sync): check store length after sync, not before (#1805)
Ellie Huxtable
2024-02-22
fix: check session file exists for status command (#1756)
Ellie Huxtable
2024-02-04
feat: disable auto record store init (#1671)
Ellie Huxtable
2024-02-01
feat: reencrypt/rekey local store (#1662)
Ellie Huxtable
2024-01-29
feat: automatically init history store when record sync is enabled (#1634)
Ellie Huxtable
2024-01-16
feat: add history rebuild (#1575)
Ellie Huxtable
2024-01-05
feat: rework record sync for improved reliability (#1478)
Ellie Huxtable
2023-10-08
clear history id (#1263)
Conrad Ludgate
2023-10-04
Fix/1207 deleted entries shown in interactive search (#1272)
Dieter Eickstaedt
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-05-17
Restructure account commands to account subcommand (#984)
Ellie Huxtable
2023-05-16
feat: add delete account option (attempt 2) (#980)
Yannick Ulrich
2023-04-17
chore: uuhhhhhh crypto lol (#805)
Conrad Ludgate
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-03-30
Add `atuin status` (#830)
Ellie Huxtable
2023-03-06
fix(client): always read session_path from settings (#757)
Luke Karrys
2023-02-06
display mnemonic key (#694)
Conrad Ludgate
2022-12-16
Switch to using ATUIN_LOG instead of RUST_LOG (#642)
Ellie Huxtable
2022-10-18
Upgrade clap (#568)
Conrad Ludgate
2022-05-09
Importer V3 (#395)
Conrad Ludgate
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-22
feature-flags (#328)
Conrad Ludgate
2022-04-21
refactor commands for better separation (#313)
Conrad Ludgate
2021-04-25
Update docs, unify on SQLx, bugfixes (#40)
Ellie Huxtable
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-04-13
Add history sync, resolves #13 (#31)
Ellie Huxtable