aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src (unfollow)
Commit message (Expand)Author
2026-01-25fix for inverse matchinglilydjwg
2026-01-25fix for 'termlilydjwg
2026-01-25feat(ui): highlight fulltext search as fulltext search instead of fuzzy searchlilydjwg
2026-01-24fix(ui): time column can take up to 9 cellslilydjwg
2026-01-22fix: zsh import multiline issue (#2799)Haris Thohir
2026-01-22feat: add custom column support (#3089)Ellie Huxtable
2026-01-21Update regex for AWS Access Key ID pattern (#3088)Daniel Rinehart
2025-12-15fix: Move thorough search through search.filters w/ workspaces (#2703)Leonidas Loucas
2025-12-03feat: support additional history filenames in replxx importer (#3005)Waldir Pimenta
2025-10-21Revert "feat: more accurately filter secret tokens" (#2961)Ellie Huxtable
2025-10-20feat: Interactive Inspector (#2319)P T Weir
2025-10-20feat: add import from PowerShell history (#2864)Lucas Trzesniewski
2025-10-02feat: more accurately filter secret tokens (#2932)Keith Cirkel
2025-09-30feat: add various acceptance keys (#2928)Keith Cirkel
2025-09-25feat(stats): add dotnet to default common subcommandsLucas Trzesniewski
2025-09-15fix: clippy warningschitao1234
2025-09-15feat: add session-preload filter mode to include global history from before s...chitao1234
2025-09-12feat(tui): add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766)sebbie
2025-09-10fix: clippy warnings I don't have on my version of clippyRay Kohler
2025-09-10fix: run `cargo fmt`Ray Kohler
2025-09-10fix: `cargo update` and changes needed to accomodate itRay Kohler
2025-09-10fix: clean up new rustc and clippy warnings on Rust 1.89Ray Kohler
2025-08-23fix: expand path for daemon.socket_path (#2870)Paul Barton
2025-08-04fix: match logic of theme directory with settings directory, so ATUIN_CONFIG_...P T Weir
2025-08-04fix: honor timezone in inspector stats (#2853)Ray Kohler
2025-08-04fix: clippy issues on Windows (#2856)Lucas Trzesniewski
2025-07-23feat: add inline_height_shell_up_key_binding option (#2817)Caio S. Rohwedder
2025-07-22feat: add info for 'official' plugins (#2835)Ellie Huxtable
2025-07-22feat: command chaining (#2834)Ellie Huxtable
2025-07-22chore: update to rust 1.88 (#2815)Ellie Huxtable
2025-05-21fix(api): Allow trailing slashes in sync_address (#2760)Michelle Tilley
2025-05-14FormattingMichelle Tilley
2025-05-14fix: clarify that HISTFILE, if used, must be exported (#2758)Corey Kosak
2025-05-13chore: Allow setting script DB path (#2750)Michelle Tilley
2025-05-06feat: Implement KV as a write-through cache (#2732)Michelle Tilley
2025-04-21feat(stats): add jj to default common subcommands (#2708)Alex Hamilton
2025-04-17feat: delete duplicate history (#2697)依云
2025-04-07feat: support storing, syncing and executing scripts (#2644)Ellie Huxtable
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-24feat: option to include duplicate commands when printing history commands (#2...依云
2025-03-24fixes #1884: HISTFILE can be a directory or a file (#2630)Benjamin Weinstein-Raun
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-13chore: align daemon and client sync freq (#2628)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-09fix: don't save empty commands (#2605)Lucas Trzesniewski
2025-02-18perf: cache `SECRET_PATTERNS`'s `RegexSet` (#2570)DaniPopes
2025-02-18fix: add .histfile as file to look for when doing atuin import zsh (#2588)slamp
2025-01-07style: Avoid calling `unwrap()` when we don't have to (#2519)Andrew Aylett