aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/history.rs (unfollow)
Commit message (Expand)Author
10 hourschore(treewide): Remove glob importsBenedikt Peetz
16 hourschore(daemon): Remove the `autostart` featureBenedikt Peetz
30 hourschore(treewide): Also fix all `clippy` warningsBenedikt Peetz
30 hourschore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
38 hourschore(treewide): Cleanup themesBenedikt Peetz
2 daysfeat(server): Really make users stateless (with tests)Benedikt Peetz
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Somewhat simplify sync codeBenedikt Peetz
3 dayschore: Turn all `allow`s into into `expect`sBenedikt Peetz
2026-05-12fix: ensure local key matches remote data before syncing (#3474)Ellie Huxtable
2026-04-11feat: track coding agent shell usage (#3388)Ellie Huxtable
2026-04-11fix: ensure daemon is running (#3384)Ellie Huxtable
2026-04-11feat: add history tail for live monitoring view (#3389)Ellie Huxtable
2026-04-10feat: add strip_trailing_whitespace, on by default (#3390)Ellie Huxtable
2026-02-26feat: In-memory search index with atuin daemon (#3201)Michelle Tilley
2026-02-25feat: Add history author/intent metadata and v1 record version (#3205)Ellie Huxtable
2026-02-13fix: silent DB failures e.g. when disk is full (#3183)Johannes Naylor
2026-02-13feat: add autostart and pid management to daemon (#3180)Ellie Huxtable
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2026-01-12feat: add session and uuid column support to history list (#3049)rektide
2025-12-15fix: Move thorough search through search.filters w/ workspaces (#2703)Leonidas Loucas
2025-10-23feat Add PowerShell support (#2543)Lucas Trzesniewski
2025-09-10fix: clean up new rustc and clippy warnings on Rust 1.89Ray Kohler
2025-07-22chore: update to rust 1.88 (#2815)Ellie Huxtable
2025-07-03fix: refuse "--dupkeep 0" (#2807)依云
2025-06-11fix(search): prevent panic on malformed format strings (#2776) (#2777)Brian Cosgrove
2025-04-17feat: delete duplicate history (#2697)依云
2025-04-07Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)Ellie Huxtable
2025-04-03Revert "chore: update to rust 1.86 (#2666)" (#2667)Ellie Huxtable
2025-04-03chore: update to rust 1.86 (#2666)Ellie Huxtable
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2024-11-19feat(client): add filter mode enablement and ordering configuration (#2430)Pavel Ivanov
2024-07-29fix: atuin-daemon optional dependency (#2306)Jakub Panek
2024-07-17fix(history): logic for store_failed=false (#2284)Jeff Gould
2024-05-25perf: only open the database for commands if strictly required (#2043)Ellie Huxtable
2024-05-13feat(daemon): add support for daemon on windows (#2014)YummyOreo
2024-05-08feat: add background daemon (#2006)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-18feat: allow ignoring failed commands (#1957)Ellie Huxtable
2024-04-03perf(dotfiles): cache aliases and read straight from file (#1918)Ellie Huxtable
2024-03-06feat: add automatic history store init (#1831)Ellie Huxtable
2024-02-22fix: ensure sync time is saved for sync v2 (#1758)Ellie Huxtable
2024-02-21feat: add history prune subcommand (#1743)Xavier Vello
2024-02-06Add timezone configuration option & CLI overrides (#1517)cyqsimon
2024-02-04feat: disable auto record store init (#1671)Ellie Huxtable
2024-01-30feat: add store push (#1649)Ellie Huxtable
2024-01-29feat: automatically init history store when record sync is enabled (#1634)Ellie Huxtable
2024-01-29feat: make history list format configurable (#1638)Dongxu Wang
2024-01-24fix: Check for format errors when printing history (#1623)Peter Holloway