summaryrefslogtreecommitdiffstats
path: root/src/command/client/search.rs
AgeCommit message (Expand)Author
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-04-11Add `--reverse` to `atuin search` (#862)Tom Cammann
2023-04-07Fix --delete description (#853)Sandro
2023-03-29Add `--offset` flag to `atuin search` (#825)Tom Cammann
2023-03-28Add more fields to `atuin search -f` formatting (#824)Tom Cammann
2023-03-27client filtering done in query (#629)jean-santos
2023-03-26chore: use fork of skim (#803)Conrad Ludgate
2023-03-24Delete all instances of a command (#797)Ellie Huxtable
2023-03-20Add history deletion (#791)Ellie Huxtable
2023-03-19skim-demo (#695)Conrad Ludgate
2023-03-14Prefer PWD environment variable over cwd if available to better support symbo...Patrick Decat
2023-03-08Fix before/after combined with limit (#770)Ellie Huxtable
2023-03-05Up arrow filter_mode setting default to global filter mode (#758)Ellie Huxtable
2023-02-10crossterm support (#331)Conrad Ludgate
2023-01-26feat(history): Add new flag to allow custom output format (#662)Baptiste
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-11-02Exit with return code 1 when no results are found in `atuin search` command (...TymanWasTaken
2022-10-21docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-10-14Add automatic update checking (#555)Ellie Huxtable
2022-09-12custom history list (#524)Conrad Ludgate
2022-09-12update default layout (#523)Conrad Ludgate
2022-09-11better cursor search (#473)Conrad Ludgate
2022-06-13Batch key handling (#448)Frank Hamand
2022-06-04[feature] Add scroll wheel support to interactive history search (#435)Frank Hamand
2022-05-24Implement cursor (#412)b3nj5m1n
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-05-08Add ctrl-k and ctrl-j for up and down (#394)Luke Baker
2022-04-28Search: Allow specifiying the limited of returned entries (#364)Jakob-Niklas See
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-25history list (#340)Conrad Ludgate
2022-04-22History filter (#329)Ellie Huxtable
2022-04-21refactor commands for better separation (#313)Conrad Ludgate