aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/history.rs (unfollow)
Commit message (Expand)Author
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-17feat(gui): work on home page, sort state (#1956)Ellie Huxtable
2024-03-05fix(build): make atuin compile on non-win/mac/linux platforms (#1825)Rain
2024-02-06fix(tests): add Settings::utc() for utc settings (#1677)Ellie Huxtable
2024-01-12feat: Add interactive command inspector (#1296)Ellie Huxtable
2024-01-06refactor: String -> HistoryId (#1512)Ellie Huxtable
2024-01-05feat: rework record sync for improved reliability (#1478)Ellie Huxtable
2023-09-26handle missing entries (fixes #1236) (#1253)Conrad Ludgate
2023-09-11replace chrono with time (#806)Conrad Ludgate
2023-08-19Automatically filter out secrets (#1182)Ellie Huxtable
2023-06-15Builder interface for History objects (#933)Vlad Stepanov
2023-06-12add support to override hostname and username via env var (#1041)Peter Brunner
2023-04-11Switch to uuidv7 (#864)Ellie Huxtable
2023-03-20Support old msgpack (#794)Ellie Huxtable
2023-03-20Add history deletion (#791)Ellie Huxtable
2022-08-21Securize Dockerfile (#506)Jerome Ducret
2022-04-28ignore JetBrains IDEs, tidy-up imports (#348)Jakub Panek
2022-04-25history list (#340)Conrad Ludgate
2022-04-22refactor (#327)Conrad Ludgate
2022-04-21A few minor tweaks (#314)Conrad Ludgate
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-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable
2021-02-14zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate
2021-02-14a few more tiny touch ups (#7)Conrad Ludgate
2021-02-14tidy some stuff (#6)Conrad Ludgate
2021-02-14Make pedantic clippy happyEllie Huxtable
2021-02-13Fix clippy issuesEllie 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