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_common
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
9 hours
chore(treewide): Remove glob imports
Benedikt Peetz
28 hours
chore(treewide): Also fix all `clippy` warnings
Benedikt Peetz
29 hours
chore(treewide): Fix some of `clippy`'s error
Benedikt Peetz
29 hours
chore(treewide): Remove `cargo` warnings to 0
Benedikt Peetz
2 days
feat(server): Really make users stateless (with tests)
Benedikt Peetz
3 days
chore(server): Simplify the database support
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: Turn all `allow`s into into `expect`s
Benedikt Peetz
2026-03-30
fix: resolve git worktrees to main repo in workspace filter (#3366)
Paul Hinze
2026-02-26
feat: In-memory search index with atuin daemon (#3201)
Michelle Tilley
2026-02-03
fix: use directories crate for home dir resolution (#3125)
Ellie Huxtable
2025-09-18
refactor: shell environment variables
Lucas Trzesniewski
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-03-19
chore: migrate to rust 2024 (#2635)
Ellie Huxtable
2025-03-09
fix: improve broken symlink error handling (#2589)
James Trew
2025-03-09
chore: update rust toolchain to 1.85 (#2618)
Ellie Huxtable
2025-01-07
chore: Remove unneeded dependencies (#2523)
Andrew Aylett
2024-06-24
feat: add user account verification (#2190)
Ellie Huxtable
2024-06-20
feat(daemon): follow XDG_RUNTIME_DIR if set (#2171)
Ellie Huxtable
2024-04-23
fix(dotfiles): unquote aliases before quoting (#1976)
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-02-05
chore(ci): run rust build/test/check on 3 platforms (#1675)
Ellie Huxtable
2024-01-29
Add xonsh support (#1375)
Matthieu LAURENT
2024-01-18
Escape control characters using caret notation (#1585)
Peter Holloway
2024-01-17
Stop control characters being printed to terminal (#1576)
Peter Holloway
2023-12-16
chore(deps): uuidv7 stable (#1451)
Conrad Ludgate
2023-10-21
Add bash support to `enter_accept` (#1316)
Ellie Huxtable
2023-10-20
Add fish support for `enter_accept` (#1315)
Ellie Huxtable
2023-10-20
Add enter_accept to immediately execute an accepted command (#1311)
Ellie Huxtable
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-08-30
Run formatting (#1202)
Ellie Huxtable
2023-07-14
Add workspace mode, enable if in git repo (#1053)
Ellie Huxtable
2023-04-11
Switch to uuidv7 (#864)
Ellie Huxtable
2023-03-26
chore: use fork of skim (#803)
Conrad Ludgate
2023-03-14
Prefer PWD environment variable over cwd if available to better support symbo...
Patrick Decat
2023-03-05
Windows support (#754)
YummyOreo
2023-03-02
Fix race condition in directory tests (#748)
cyqsimon
2022-04-25
history list (#340)
Conrad Ludgate
2022-04-22
Bump uuid from 0.8.2 to 1.0.0 (#311)
dependabot[bot]
2022-04-22
refactor (#327)
Conrad Ludgate
2022-04-13
Initial implementation of calendar API (#298)
Ellie Huxtable
2021-05-10
Re-add macro_use to atuin-common (#107)
Ellie Huxtable
2021-05-09
fix some bugs (#90)
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-13
Add history sync, resolves #13 (#31)
Ellie Huxtable