aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/search.rs (unfollow)
Commit message (Expand)Author
29 hourschore(treewide): Also fix all `clippy` warningsBenedikt 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
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-03-20feat: Allow running `atuin search -i` as subcommand on Windows (#3250)Lucas Trzesniewski
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-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-02-03fix(search): allow hyphen-prefixed query args like `---` (#3129)Ellie Huxtable
2026-01-26clippy clappyEllie Huxtable
2025-12-15fix: Move thorough search through search.filters w/ workspaces (#2703)Leonidas Loucas
2025-10-23feat Add PowerShell support (#2543)Lucas Trzesniewski
2025-04-07Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)Ellie Huxtable
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-02fix: allow -ve values for timezone (#2609)Gokul
2025-03-24feat: option to include duplicate commands when printing history commands (#2...依云
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-09fix: improve broken symlink error handling (#2589)James Trew
2025-01-27feat: Add the --print0 option to search (#2562)Chris Rose
2025-01-07style: Avoid calling `unwrap()` when we don't have to (#2519)Andrew Aylett
2024-11-19feat(client): add filter mode enablement and ordering configuration (#2430)Pavel Ivanov
2024-07-15feat(tui): Customizable Themes (#2236)P T Weir
2024-06-26perf(search): benchmark smart sort (#2202)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-02feat(search): add better search scoring (#1885)Ellie Huxtable
2024-03-12fix: pass search query in via env (#1865)Ellie Huxtable
2024-03-12fix(search): allow empty search (#1866)Ellie Huxtable
2024-03-12feat(search): allow specifying search query as an env var (#1863)Ellie Huxtable
2024-02-06Add timezone configuration option & CLI overrides (#1517)cyqsimon
2024-01-29feat: make history list format configurable (#1638)Dongxu Wang
2024-01-22feat(search): make cursor style configurable (#1595)Koichi Murase
2024-01-19fix: Print literal control characters to non terminals (#1586)Peter Holloway
2024-01-17feat: make deleting from the UI work with record store sync (#1580)Ellie Huxtable
2024-01-17Stop control characters being printed to terminal (#1576)Peter Holloway
2024-01-16feat(search): introduce keymap-dependent vim-mode (#1570)Koichi Murase
2024-01-12feat: Add interactive command inspector (#1296)Ellie Huxtable
2023-12-28fix(clippy): ignore struct_field_names (#1466)Ellie Huxtable
2023-12-11fix(history): disallow deletion if the '--limit' flag is present (#1436)sdr135284
2023-10-08clear history id (#1263)Conrad Ludgate
2023-10-02Add --print0 to `history list` (#1274)Chris Rose
2023-09-29add --reverse to history list (#1252)Chandra Kiran G
2023-09-11replace chrono with time (#806)Conrad Ludgate