aboutsummaryrefslogtreecommitdiffstats
path: root/crates (unfollow)
Commit message (Expand)Author
2025-04-21feat(stats): add jj to default common subcommands (#2708)Alex Hamilton
2025-04-17chore: fix typos (#2668)Kian-Meng Ang
2025-04-17feat: delete duplicate history (#2697)依云
2025-04-16Update dependencies (#2695)Cristian Le
2025-04-08chore(release): prepare for release 18.5.0 (#2685)Ellie Huxtable
2025-04-08feat: Add 'atuin scripts rm' and 'atuin scripts ls' aliases; allow reading fr...Michelle Tilley
2025-04-07chore(release): prepare for release 18.5.0-beta.3 (#2678)Ellie Huxtable
2025-04-07feat: support storing, syncing and executing scripts (#2644)Ellie Huxtable
2025-04-07fix: fish up binding bug (#2677)Ellie Huxtable
2025-04-07Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)Ellie Huxtable
2025-04-04fix(zsh): avoid calling user-defined widgets when searching for history posit...依云
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-04-03fix(kv): Filter deleted keys from `kv list` (#2665)Michelle Tilley
2025-04-02chore(release): prepare for release 18.5.0-beta.2Ellie Huxtable
2025-04-02fix: allow -ve values for timezone (#2609)Gokul
2025-04-02feat: Binaries as subcommands (#2661)Michelle Tilley
2025-04-01fix(zsh): fix an error introduced earilier with support for bracketed paste m...依云
2025-04-01fix: add redundant clones to clippy and cleanup instances of it (#2654)Frank Hamand
2025-04-01fix(stats): Ignore leading environment variables when calculating stats (#2659)Michelle Tilley
2025-04-01feat(kv): Add support for 'atuin kv delete' (#2660)Michelle Tilley
2025-03-25fix: typeerror in client sync code (#2647)Ellie Huxtable
2025-03-25feat(zsh): re-enable bracketed paste (#2646)依云
2025-03-24fix(1289): clear terminal area if inline (#2600)Farid Zakaria
2025-03-24feat: option to include duplicate commands when printing history commands (#2...依云
2025-03-24fix(build): change atuin-daemon build script .proto paths (#2638)Shroomy
2025-03-24chore(deps): bump tower-http from 0.5.2 to 0.6.2 (#2641)dependabot[bot]
2025-03-24fixes #1884: HISTFILE can be a directory or a file (#2630)Benjamin Weinstein-Raun
2025-03-21chore: show host and user in inspector (#2634)Dhruv Thakur
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-13feat: Use readline binding for ctrl-a when it is not the prefix (#2626)Nelyah
2025-03-13chore: align daemon and client sync freq (#2628)Ellie Huxtable
2025-03-12feat(zsh): try to go to the position in zsh's history (#1469)依云
2025-03-12fix: multiline command does not honour max_preview_height (#2624)Matthew Berryman
2025-03-11chore(release): prepare for release 18.5.0-beta.1 (#2622)Ellie Huxtable
2025-03-09fix: improve broken symlink error handling (#2589)James Trew
2025-03-09feat: make new arrow key behavior configurable (#2606)chitao1234
2025-03-09chore: update rust toolchain to 1.85 (#2618)Ellie Huxtable
2025-03-09fix: don't save empty commands (#2605)Lucas Trzesniewski
2025-03-09feat(health): add health check endpoint at `/healthz` (#2549)Hunter Casten
2025-03-09fix: up binding with fish 4.0 (#2613) (#2616)slamp
2025-03-03fix: sql files checksums (#2601)Lucas Trzesniewski
2025-02-18perf: cache `SECRET_PATTERNS`'s `RegexSet` (#2570)DaniPopes
2025-02-18fix: panic when invoking delete on empty tui (#2584)Helmut K. C. Tessarek
2025-02-18fix: add .histfile as file to look for when doing atuin import zsh (#2588)slamp
2025-01-27feat: Add the --print0 option to search (#2562)Chris Rose
2025-01-23fix(bash): fix preexec of child Bash session started by enter_accept (#2558)Koichi Murase
2025-01-07feat(wrapped): add more pkg managers (#2503)Alexandre GV.
2025-01-07fix(wrapped): fix crash when history is empty (#2508)Alexandre GV.
2025-01-07style: Avoid calling `unwrap()` when we don't have to (#2519)Andrew Aylett