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
/
atuin_client
/
database.rs
(
unfollow
)
Commit message (
Expand
)
Author
10 hours
chore(treewide): Remove glob imports
Benedikt Peetz
15 hours
fix(sqlite): Ensure that database migration runs sequentially
Benedikt Peetz
29 hours
chore(treewide): Also fix all `clippy` warnings
Benedikt Peetz
30 hours
chore(treewide): Fix some of `clippy`'s error
Benedikt Peetz
37 hours
chore(treewide): Cleanup themes
Benedikt Peetz
2 days
feat(server): Really make users stateless (with tests)
Benedikt Peetz
3 days
chore: Remove all `pub`s
Benedikt Peetz
3 days
chore: Restore db migrations
Benedikt Peetz
3 days
chore: Move everything into one big crate
Benedikt Peetz
3 days
chore: Turn all `allow`s into into `expect`s
Benedikt Peetz
2026-04-11
feat: track coding agent shell usage (#3388)
Ellie Huxtable
2026-02-26
feat: In-memory search index with atuin daemon (#3201)
Michelle Tilley
2026-02-25
feat: Add history author/intent metadata and v1 record version (#3205)
Ellie Huxtable
2026-02-11
feat: `switch-context` (#3149)
Lucas Trzesniewski
2026-02-04
feat: replace several files with a sqlite db (#3128)
Ellie Huxtable
2026-01-25
fix for inverse matching
lilydjwg
2026-01-25
fix for 'term
lilydjwg
2026-01-25
feat(ui): highlight fulltext search as fulltext search instead of fuzzy search
lilydjwg
2025-09-15
fix: clippy warnings
chitao1234
2025-09-15
feat: add session-preload filter mode to include global history from before s...
chitao1234
2025-09-10
fix: clippy warnings I don't have on my version of clippy
Ray Kohler
2025-09-10
fix: run `cargo fmt`
Ray Kohler
2025-09-10
fix: clean up new rustc and clippy warnings on Rust 1.89
Ray Kohler
2025-08-04
fix: clippy issues on Windows (#2856)
Lucas Trzesniewski
2025-04-17
feat: delete duplicate history (#2697)
依云
2025-03-24
feat: option to include duplicate commands when printing history commands (#2...
依云
2025-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2025-03-09
fix: improve broken symlink error handling (#2589)
James Trew
2024-12-27
feat: add `atuin wrapped` (#2493)
Ellie Huxtable
2024-08-05
test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)
Jax Young
2024-06-03
feat(doctor): report sqlite version (#2075)
Xavier Vello
2024-05-08
fix: add incremental rebuild to daemon loop (#2010)
Ellie Huxtable
2024-05-08
feat: add background daemon (#2006)
Ellie Huxtable
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-04-11
feat(gui): add base structure (#1935)
Ellie Huxtable
2024-03-15
fix(search): case insensitive hostname filtering (#1883)
Ellie Huxtable
2024-03-05
fix(build): make atuin compile on non-win/mac/linux platforms (#1825)
Rain
2024-03-01
feat: support regex with r/.../ syntax (#1745)
依云
2024-02-19
feat: change fulltext to do multi substring match (#1660)
依云
2024-02-04
fix: set durability for sqlite to recommended settings (#1667)
Joe Ardent
2024-01-22
fix(tui): dedupe was removing history (#1610)
Ellie Huxtable
2024-01-19
fix: add acquire timeout to sqlite database connection (#1590)
Ellie Huxtable
2024-01-19
fix: Use existing db querying for history list (#1589)
Peter Holloway
2024-01-16
feat: add history rebuild (#1575)
Ellie Huxtable
2024-01-12
feat: Add interactive command inspector (#1296)
Ellie Huxtable
2024-01-06
refactor: String -> HistoryId (#1512)
Ellie Huxtable
2023-10-29
fix: initial list of history in workspace mode (#1356)
Ellie Huxtable
2023-10-25
Fix deleted history count (#1328)
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
[next]