aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Collapse)Author
2021-03-30Bump serde_derive from 1.0.124 to 1.0.125 (#25)dependabot[bot]
2021-03-29Bump config from 0.10.1 to 0.11.0 (#24)dependabot[bot]
2021-03-23Bump cli-table from 0.4.1 to 0.4.5 (#27)dependabot[bot]
2021-03-23Bump serde from 1.0.124 to 1.0.125 (#28)dependabot[bot]
2021-03-21Implement server (#23)Ellie Huxtable
* Add initial database and server setup * Set up all routes, auth, etc * Implement sessions, password auth, hashing with argon2, and history storage
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable
2021-03-10Add config file support (#15)Ellie Huxtable
2021-02-16Really annoyed me today, so bump versionEllie Huxtable
2021-02-15Add init command (#12)Ellie Huxtable
* Add init command This makes setting up the shell part of A'tuin much easier. Eval the output of "atuin init". * Update readme, add up binding
2021-02-15Allow listing by current directory and/or sessionEllie Huxtable
2021-02-14Bump versionEllie Huxtable
2021-02-14Bump versionEllie Huxtable
2021-02-14Add stats command (#9)Ellie Huxtable
* Add stats command For example atuin stats day yesterday atuin stats day last friday atuin stats day 01/01/21 * Output tables, fix import blanks
2021-02-14zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate
zsh also uses ~/.zsh_history get better errors for not found history file
2021-02-14Make clippy annoying asf + add serverEllie Huxtable
2021-02-13Remove panicEllie Huxtable
2021-02-13Add fuzzy history search and distinct argEllie Huxtable
2021-02-13Minor fixesEllie Huxtable
2021-02-13Add sessionsEllie Huxtable
2021-02-13Implement history importEllie Huxtable
2021-02-13Record command exit code and durationEllie Huxtable
2021-02-13RenameEllie Huxtable
2020-10-05feat: use directories project data dirConrad Ludgate
chore: clean up some things
2020-10-05chore: use structopt wrapper instead of building clap by handConrad Ludgate
2020-10-05Use bundled sqliteEllie Huxtable