aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src (follow)
Commit message (Expand)AuthorAge
* feat(stats): add jj to default common subcommands (#2708)Alex Hamilton2025-04-21
* feat: delete duplicate history (#2697)依云2025-04-17
* feat: support storing, syncing and executing scripts (#2644)Ellie Huxtable2025-04-07
* feat(kv): Add support for 'atuin kv delete' (#2660)Michelle Tilley2025-04-01
* fix: typeerror in client sync code (#2647)Ellie Huxtable2025-03-25
* feat: option to include duplicate commands when printing history commands (#2...依云2025-03-24
* fixes #1884: HISTFILE can be a directory or a file (#2630)Benjamin Weinstein-Raun2025-03-24
* chore: migrate to rust 2024 (#2635)Ellie Huxtable2025-03-19
* chore: align daemon and client sync freq (#2628)Ellie Huxtable2025-03-13
* fix: improve broken symlink error handling (#2589)James Trew2025-03-09
* feat: make new arrow key behavior configurable (#2606)chitao12342025-03-09
* fix: don't save empty commands (#2605)Lucas Trzesniewski2025-03-09
* perf: cache `SECRET_PATTERNS`'s `RegexSet` (#2570)DaniPopes2025-02-18
* fix: add .histfile as file to look for when doing atuin import zsh (#2588)slamp2025-02-18
* style: Avoid calling `unwrap()` when we don't have to (#2519)Andrew Aylett2025-01-07
* feat(client): update AWS secrets env var handling checks (#2501)Dagan McGregor2024-12-29
* feat: add `atuin wrapped` (#2493)Ellie Huxtable2024-12-27
* feat(client): add filter mode enablement and ordering configuration (#2430)Pavel Ivanov2024-11-19
* feat: Ultracompact Mode (search-only) (#2357)P T Weir2024-10-07
* chore: enable inline height and compact by default (#2249)Ellie Huxtable2024-08-27
* fix: remove dbg! macro (#2355)TymanWasTaken2024-08-14
* test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)Jax Young2024-08-05
* fix(theme): Restore original colours (#2339)P T Weir2024-08-05
* fix(themes): Restore default theme, refactor (#2294)P T Weir2024-07-23
* feat(tui): Fixed preview height option (#2286)Tobias Genannt2024-07-17
* feat(tui): Customizable Themes (#2236)P T Weir2024-07-15
* chore: enable record sync by default (#2255)Ellie Huxtable2024-07-11
* feat(gui): use fancy new side nav (#2243)Ellie Huxtable2024-07-10
* fix: idx cache inconsistency (#2231)Ellie Huxtable2024-07-03
* feat: Add npm, Netlify and Pulumi tokens to secret patterns (#2210)Julien P2024-07-01
* feat: add several other GitHub access token patterns (#2200)Chris Rose2024-06-25
* feat: Add GitLab PAT to secret patterns (#2196)David Jack Wange Olrik2024-06-25
* feat: add user account verification (#2190)Ellie Huxtable2024-06-24
* feat(history): filter out various environment variables containing potential ...David2024-06-20
* feat(daemon): follow XDG_RUNTIME_DIR if set (#2171)Ellie Huxtable2024-06-20
* feat(tui): configurable prefix character (#2157)Ellie Huxtable2024-06-18
* fix: unitless sync_frequence = 0 not parsed by humantime (#2154)Ellie Huxtable2024-06-17
* fix(client): better error reporting on login/registration (#2076)Xavier Vello2024-06-03
* feat(doctor): report sqlite version (#2075)Xavier Vello2024-06-03
* fix(deps): replace parse_duration with humantime (#2074)Blair Noctis2024-06-03
* chore: handle rate limited responses (#2057)Ellie Huxtable2024-05-30
* feat(ui): add login/register dialog (#2056)Ellie Huxtable2024-05-30
* feat: support systemd socket activation for daemon (#2039)Nemo1572024-05-25
* feat: support importing from replxx history files (#2024)Amos Bird2024-05-21
* fix(daemon): do not try to sync if logged out (#2037)Ellie Huxtable2024-05-21
* fix: bogus error message wording (#1283)Caleb Maclennan2024-05-16
* fix: alias enable/enabled in settings (#2021)Ellie Huxtable2024-05-14
* feat(daemon): add support for daemon on windows (#2014)YummyOreo2024-05-13
* fix: add incremental rebuild to daemon loop (#2010)Ellie Huxtable2024-05-08
* feat: add background daemon (#2006)Ellie Huxtable2024-05-08