aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/database.rs (unfollow)
Commit message (Expand)Author
2023-04-11Add `--reverse` to `atuin search` (#862)Tom Cammann
2023-03-29Add `--offset` flag to `atuin search` (#825)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-21Fix skim search (#795)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-02-06Try to make clippy happy 🥺 (#686)Ellie Huxtable
2022-12-27Improve error message when $AUTIN_SESSION is not set. (#654)Jamie Quigley
2022-12-16Switch to using ATUIN_LOG instead of RUST_LOG (#642)Ellie Huxtable
2022-11-04Add local event log storage (#390)Ellie Huxtable
2022-09-11better cursor search (#473)Conrad Ludgate
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-26fix db range query (#351)Conrad Ludgate
2022-04-23sql builder (#333)Conrad Ludgate
2022-04-22Fix empty queries with filters (#332)Ellie Huxtable
2022-04-22History filter (#329)Ellie Huxtable
2022-04-21A few minor tweaks (#314)Conrad Ludgate
2022-04-13provide better error messages (#300)Conrad Ludgate
2022-03-18Improve fuzzy search (#279)Patrick
2022-03-13Fix `history list --cwd` errors (#278)Lucas Burns
2021-12-19use sqlite grouping rather than subquery (#181)Mark Wotton
2021-09-09Reordered fuzzy search (#179)Mark Wotton
2021-06-01Add fuzzy text search mode (#142)Frank Hamand
2021-05-09Support fulltext search of commands (#75)Yuvi Panda
2021-04-26Pre release polishing (#42)Ellie Huxtable
2021-04-25Revert to storing history as nanosEllie Huxtable
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-04-20Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-04-06Bump rusqlite from 0.24.2 to 0.25.0 (#30)dependabot[bot]
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable
2021-02-15Satisfy clippyEllie Huxtable
2021-02-15Allow listing by current directory and/or sessionEllie Huxtable
2021-02-14Add stats command (#9)Ellie Huxtable
2021-02-14a few more tiny touch ups (#7)Conrad Ludgate
2021-02-14tidy some stuff (#6)Conrad Ludgate
2021-02-14Neaten the history listing code (#5)Ellie Huxtable
2021-02-14Make pedantic clippy happyEllie Huxtable
2021-02-13Add fuzzy history search and distinct argEllie Huxtable
2021-02-13Add sessionsEllie Huxtable
2021-02-13Implement history importEllie Huxtable
2021-02-13Record command exit code and durationEllie Huxtable
2020-10-05feat: use directories project data dirConrad Ludgate