aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/import.rs (follow)
Commit message (Collapse)AuthorAge
* Generic Importer Trait (#71)Conrad Ludgate2021-05-09
| | | | | | | | | | | | | | | | | * initial importer trait * appease linters * improve file handling. fixes #66 * use size hint * format + comment * update serde rename mess * tested :sunglasses: :rocket: * small formatting
* Fix resh importer, and change error handling method (#82)Jamie Quigley2021-05-09
|
* Add importer for resh_history file (#69)Jamie Quigley2021-05-08
| | | | | * Added resh history importer * Silence trivial clippy warnings for the PR CI
* Support bash, resolves #3Ellie Huxtable2021-04-26
|
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
| | | | | | | | | * Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully
* Use cargo workspaces (#37)Ellie Huxtable2021-04-20
| | | | | | | | | | | | * Switch to Cargo workspaces Breaking things into "client", "server" and "common" makes managing the codebase much easier! client - anything running on a user's machine for adding history server - handles storing/syncing history and running a HTTP server common - request/response API definitions, common utils, etc * Update dockerfile
* Fix import messageEllie Huxtable2021-02-15
|
* use database trait instead of sqlite impl (#10)Conrad Ludgate2021-02-15
| | | small improvements
* Add stats command (#9)Ellie Huxtable2021-02-14
| | | | | | | | | | | * 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
* zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate2021-02-14
| | | | | zsh also uses ~/.zsh_history get better errors for not found history file
* Make pedantic clippy happyEllie Huxtable2021-02-14
|
* Minor fixesEllie Huxtable2021-02-13
|
* Add sessionsEllie Huxtable2021-02-13
|
* Implement history importEllie Huxtable2021-02-13