aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/import/resh.rs (follow)
Commit message (Collapse)AuthorAge
* Fix resh importer crashing on end of file (#92)Jamie Quigley2021-05-09
|
* 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