aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/search/interactive.rs (unfollow)
Commit message (Expand)Author
15 hoursfix(config): Don't write non-TOML default config filesBenedikt Peetz
30 hourschore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
37 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: Turn all `allow`s into into `expect`sBenedikt Peetz
3 dayschore: Remove more useless codeBenedikt Peetz
2026-05-27fix: Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502)Michelle Tilley
2026-05-11chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473)Michelle Tilley
2026-04-21chore: update to rust 1.95 (#3426)Ellie Huxtable
2026-04-13feat: remove agent search from tui (#3397)Ellie Huxtable
2026-04-11feat: track coding agent shell usage (#3388)Ellie Huxtable
2026-04-04feat: add support for deleting all matching commands via keybindings (#3375)Ellie Huxtable
2026-04-03feat: option to disable mouse support (#3372)依云
2026-04-03fix(ui): when inverted, invert scroll events handling (#3373)依云
2026-03-31fix(ui): make preview line breaking algorithm aware of CJK double-width chara...依云
2026-03-20feat: Allow running `atuin search -i` as subcommand on Windows (#3250)Lucas Trzesniewski
2026-03-19fix: remove per-event mouse capture toggling that leaked ANSI to stdout (#3299)Michelle Tilley
2026-03-09feat: use pty proxy for rendering tui popups without clearing the terminal (#...Ellie Huxtable
2026-03-09feat: Allow running `atuin search -i` as subcommand (#3208)Michelle Tilley
2026-02-26feat: In-memory search index with atuin daemon (#3201)Michelle Tilley
2026-02-11feat: `switch-context` (#3149)Lucas Trzesniewski
2026-02-11feat: Add original-input-empty keybind condition (#3171)Michelle Tilley
2026-02-11feat: expand keybinding system with vim motions, media keys, and inspector im...Michelle Tilley
2026-02-06fix: issue with shift and modifier keys (#3143)Ellie Huxtable
2026-02-06feat(tui): add clear-to-start/end actions (#3141)依云
2026-02-05fix(tui): space and F1-F24 keys not handled properly by new keybind system (#...Michelle Tilley
2026-02-05feat: Add new custom keybinding system for search TUI (#3127)Michelle Tilley
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2026-01-29Revert "feat: left arrow/backspace on empty to start edit" (#3115)Ellie Huxtable
2026-01-27fix(ui): align cursor when expand column is in the middle (#3103)依云
2026-01-27chore(deps): Update to ratatui 0.30.0 (#3104)Tobias Genannt
2026-01-24fix(ui): align cursor with the expand column (usually the command)lilydjwg
2026-01-23feat: add more vim movement bindings for navigation (#3041)Yan Ivnitskiy
2026-01-22feat: left arrow/backspace on empty to start edit (#3090)Ellie Huxtable
2026-01-22feat: add custom column support (#3089)Ellie Huxtable
2025-12-15fix: Move thorough search through search.filters w/ workspaces (#2703)Leonidas Loucas
2025-12-10fix: prevent interactive search crash when update check fails (#3016)Jonathan Hult
2025-10-30chore: adjust update wording (#2974)Ellie Huxtable
2025-10-23feat Add PowerShell support (#2543)Lucas Trzesniewski
2025-10-20feat: nu ≥ 0.106.0 support commandline accept (#2957)Stuart Carnie
2025-10-20feat: Interactive Inspector (#2319)P T Weir
2025-10-06feat: add shell pipelines to command chaining (#2938)Lucas Trzesniewski
2025-09-30feat: add various acceptance keys (#2928)Keith Cirkel
2025-09-18refactor: shell environment variablesLucas Trzesniewski
2025-09-18fix: remove __atuin_chain_command__ prefixLucas Trzesniewski
2025-09-18fix: dissociate command_chaining from enter_acceptLucas Trzesniewski
2025-09-12feat(tui): add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766)sebbie
2025-09-10fix: run `cargo fmt`Ray Kohler