aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/settings.rs (unfollow)
Commit message (Expand)Author
2023-03-05Show preview of selected command (#643)Patrick Decat
2023-02-14Add `history_filter` cfg to exclude commands from history (#515) (#716)Johannes Baiter
2023-02-06Try to make clippy happy 🥺 (#686)Ellie Huxtable
2022-12-18Allow overriding filter and search modes from CLI (#635)Patrick Decat
2022-11-06Add setting for keeping typed query when exiting (#451)Sam Lanning
2022-11-02Make fuzzy search the default (#591)Ellie Huxtable
2022-10-21docs: add more details about date parsing in the stats command (#579)Benjamin Vergnaud
2022-10-14Add automatic update checking (#555)Ellie Huxtable
2022-09-11better cursor search (#473)Conrad Ludgate
2022-08-21Securize Dockerfile (#506)Jerome Ducret
2022-06-13Batch key handling (#448)Frank Hamand
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-22History filter (#329)Ellie Huxtable
2022-04-22refactor (#327)Conrad Ludgate
2022-04-13provide better error messages (#300)Conrad Ludgate
2022-04-12fix env config parsing (#295)Conrad Ludgate
2022-04-04Add compact mode (#288)Jakob Schrettenbrunner
2022-03-17Update config-rs (#280)Ellie Huxtable
2021-11-17chore: add more eyre contexts (#200)Conrad Ludgate
2021-09-09Reordered fuzzy search (#179)Mark Wotton
2021-06-01Add fuzzy text search mode (#142)Frank Hamand
2021-05-09Add logout, only login if not already logged in (#91)Ellie Huxtable
2021-05-09fix some bugs (#90)Conrad Ludgate
2021-05-09Use an enum for dialect (#80)Yuvi Panda
2021-05-09Support fulltext search of commands (#75)Yuvi Panda
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-14Optimise docker (#34)Ellie Huxtable
2021-04-13Add dockerfile (#32)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-04-09Update configEllie Huxtable
2021-03-21Implement server (#23)Ellie Huxtable
2021-03-10Add config file support (#15)Ellie Huxtable