aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/search.rs (unfollow)
Commit 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
2022-04-04Add compact mode (#288)Jakob Schrettenbrunner
2022-03-13Fix `history list --cwd` errors (#278)Lucas Burns
2021-12-20Do not crash if the history timestamp is in the future (#250)Ellie
2021-12-17Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respe...Mat Jones
2021-09-24Resolve clippy warnings (#187)Jannik
2021-05-10Release v0.7.0 (#103)Ellie Huxtable
2021-05-10Implement 'quick access' via Alt-<n> (#79)Yuvi Panda
2021-05-09Use format! instead of string concat (#94)Yuvi Panda
2021-05-09Add Emacs style ctrl-g, ctrl-n, and ctrl-p (#77)Will Fancher
2021-05-09Allow listing or searching with only the command as output (#89)Ellie Huxtable
2021-05-09Support fulltext search of commands (#75)Yuvi Panda
2021-05-08Retain the query entered into the TUI (#76)Ellie Huxtable
2021-05-08Add Ctrl-d as a way of exiting the TUI (#65)Jamie Quigley
2021-05-08Allow using Ctrl-c to exit (#53)Ellie Huxtable
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable