summaryrefslogtreecommitdiffstats
path: root/atuin/src/command/client/search.rs
AgeCommit message (Expand)Author
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
2023-07-14Add workspace mode, enable if in git repo (#1053)Ellie Huxtable
2023-05-02Add command flag for `inline_height` (#905)VuiMuich
2023-04-15Avoid accidentally deleting all history, but allow it if intended (#878)Ellie Huxtable
2023-04-14Workspace reorder (#868)Vladislav Stepanov