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
/
atuin-client
/
src
/
database.rs
(
unfollow
)
Commit message (
Expand
)
Author
2024-01-06
refactor: String -> HistoryId (#1512)
Ellie Huxtable
2023-10-29
fix: initial list of history in workspace mode (#1356)
Ellie Huxtable
2023-10-25
Fix deleted history count (#1328)
Ellie Huxtable
2023-10-08
clear history id (#1263)
Conrad Ludgate
2023-10-04
Fix/1207 deleted entries shown in interactive search (#1272)
Dieter Eickstaedt
2023-09-26
handle missing entries (fixes #1236) (#1253)
Conrad Ludgate
2023-09-11
replace chrono with time (#806)
Conrad Ludgate
2023-08-18
Update dependencies (#1181)
Conrad Ludgate
2023-07-14
Add workspace mode, enable if in git repo (#1053)
Ellie Huxtable
2023-07-14
Add new sync (#1093)
Ellie Huxtable
2023-06-15
Builder interface for History objects (#933)
Vlad Stepanov
2023-06-14
Key values (#1038)
Ellie Huxtable
2023-06-13
Fix `--delete-it-all` and `--delete` commands (#913)
J. Emiliano Deustua
2023-06-12
add support to override hostname and username via env var (#1041)
Peter Brunner
2023-04-11
Add `--reverse` to `atuin search` (#862)
Tom Cammann
2023-03-29
Add `--offset` flag to `atuin search` (#825)
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-21
Fix skim search (#795)
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-02-06
Try to make clippy happy 🥺 (#686)
Ellie Huxtable
2022-12-27
Improve error message when $AUTIN_SESSION is not set. (#654)
Jamie Quigley
2022-12-16
Switch to using ATUIN_LOG instead of RUST_LOG (#642)
Ellie Huxtable
2022-11-04
Add local event log storage (#390)
Ellie Huxtable
2022-09-11
better cursor search (#473)
Conrad Ludgate
2022-05-09
Importer V3 (#395)
Conrad Ludgate
2022-04-28
ignore JetBrains IDEs, tidy-up imports (#348)
Jakub Panek
2022-04-26
fix db range query (#351)
Conrad Ludgate
2022-04-23
sql builder (#333)
Conrad Ludgate
2022-04-22
Fix empty queries with filters (#332)
Ellie Huxtable
2022-04-22
History filter (#329)
Ellie Huxtable
2022-04-21
A few minor tweaks (#314)
Conrad Ludgate
2022-04-13
provide better error messages (#300)
Conrad Ludgate
2022-03-18
Improve fuzzy search (#279)
Patrick
2022-03-13
Fix `history list --cwd` errors (#278)
Lucas Burns
2021-12-19
use sqlite grouping rather than subquery (#181)
Mark Wotton
2021-09-09
Reordered fuzzy search (#179)
Mark Wotton
2021-06-01
Add fuzzy text search mode (#142)
Frank Hamand
2021-05-09
Support fulltext search of commands (#75)
Yuvi Panda
2021-04-26
Pre release polishing (#42)
Ellie Huxtable
2021-04-25
Revert to storing history as nanos
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
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-04-13
Add history sync, resolves #13 (#31)
Ellie Huxtable
[next]