index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
command
/
client
/
search.rs
(
unfollow
)
Commit message (
Expand
)
Author
2023-04-14
Workspace reorder (#868)
Vladislav Stepanov
2023-04-11
Add `--reverse` to `atuin search` (#862)
Tom Cammann
2023-04-07
Fix --delete description (#853)
Sandro
2023-03-29
Add `--offset` flag to `atuin search` (#825)
Tom Cammann
2023-03-28
Add more fields to `atuin search -f` formatting (#824)
Tom Cammann
2023-03-27
client filtering done in query (#629)
jean-santos
2023-03-26
chore: use fork of skim (#803)
Conrad Ludgate
2023-03-24
Delete all instances of a command (#797)
Ellie Huxtable
2023-03-20
Add history deletion (#791)
Ellie Huxtable
2023-03-19
skim-demo (#695)
Conrad Ludgate
2023-03-14
Prefer PWD environment variable over cwd if available to better support symbo...
Patrick Decat
2023-03-08
Fix before/after combined with limit (#770)
Ellie Huxtable
2023-03-05
Up arrow filter_mode setting default to global filter mode (#758)
Ellie Huxtable
2023-02-10
crossterm support (#331)
Conrad Ludgate
2023-01-26
feat(history): Add new flag to allow custom output format (#662)
Baptiste
2022-12-18
Allow overriding filter and search modes from CLI (#635)
Patrick Decat
2022-12-16
Switch to using ATUIN_LOG instead of RUST_LOG (#642)
Ellie Huxtable
2022-11-02
Exit with return code 1 when no results are found in `atuin search` command (...
TymanWasTaken
2022-10-21
docs: add more details about date parsing in the stats command (#579)
Benjamin Vergnaud
2022-10-18
Upgrade clap (#568)
Conrad Ludgate
2022-10-14
Add automatic update checking (#555)
Ellie Huxtable
2022-09-12
custom history list (#524)
Conrad Ludgate
2022-09-12
update default layout (#523)
Conrad Ludgate
2022-09-11
better cursor search (#473)
Conrad Ludgate
2022-06-13
Batch key handling (#448)
Frank Hamand
2022-06-04
[feature] Add scroll wheel support to interactive history search (#435)
Frank Hamand
2022-05-24
Implement cursor (#412)
b3nj5m1n
2022-05-09
Importer V3 (#395)
Conrad Ludgate
2022-05-08
Add ctrl-k and ctrl-j for up and down (#394)
Luke Baker
2022-04-28
Search: Allow specifiying the limited of returned entries (#364)
Jakob-Niklas See
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-25
history list (#340)
Conrad Ludgate
2022-04-22
History filter (#329)
Ellie Huxtable
2022-04-21
refactor commands for better separation (#313)
Conrad Ludgate
2022-04-04
Add compact mode (#288)
Jakob Schrettenbrunner
2022-03-13
Fix `history list --cwd` errors (#278)
Lucas Burns
2021-12-20
Do not crash if the history timestamp is in the future (#250)
Ellie
2021-12-17
Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respe...
Mat Jones
2021-09-24
Resolve clippy warnings (#187)
Jannik
2021-05-10
Release v0.7.0 (#103)
Ellie Huxtable
2021-05-10
Implement 'quick access' via Alt-<n> (#79)
Yuvi Panda
2021-05-09
Use format! instead of string concat (#94)
Yuvi Panda
2021-05-09
Add Emacs style ctrl-g, ctrl-n, and ctrl-p (#77)
Will Fancher
2021-05-09
Allow listing or searching with only the command as output (#89)
Ellie Huxtable
2021-05-09
Support fulltext search of commands (#75)
Yuvi Panda
2021-05-08
Retain the query entered into the TUI (#76)
Ellie Huxtable
2021-05-08
Add Ctrl-d as a way of exiting the TUI (#65)
Jamie Quigley
2021-05-08
Allow using Ctrl-c to exit (#53)
Ellie Huxtable
2021-04-25
Update docs, unify on SQLx, bugfixes (#40)
Ellie Huxtable
2021-04-21
Bugfixes, show time ago, perf improvements
Ellie Huxtable
[next]