Commit graph

9 commits

Author SHA1 Message Date
Conrad Ludgate
f90c01f702
replace chrono with time ()
* replace chrono with time

* Fix test chrono usage

---------

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
2023-09-11 09:26:05 +01:00
Vlad Stepanov
4077c33adf
Builder interface for History objects ()
* [feature] store env variables in History records

WIP: remove `HistoryWithoutDelete`, add some docstrings, tests

* Create History objects through builders.

Assure in compile-time that all required fields
are set for the given construction scenario

* (from ) split Cmd::run into subfns

* Update `History` doc

* remove rmp-serde from history

* update warning

---------

Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>
2023-06-15 10:29:40 +00:00
postmath
64671a17c1
Improve error message for issue . ()
* Improve error message for issue .

* Applied cargo fmt, doh.
2023-04-14 19:48:45 +00:00
Ellie Huxtable
dcd77749dd
Add history deletion ()
* Drop events. I'd still like to do them, but differently

* Start adding delete api stuff

* Set mailmap

* Delete delete delete

* Fix tests

* Make clippy happy
2023-03-20 09:26:54 +00:00
Ellie Huxtable
62aafc3537
Fix ZSH import print 2022-10-10 14:02:53 +01:00
Conrad Ludgate
1d030b9d32
Importer V3 ()
* start of importer refactor

* fish

* resh

* zsh
2022-05-09 07:46:52 +01:00
Jakub Panek
93ab4e7842
ignore JetBrains IDEs, tidy-up imports ()
* ignore JB IDEs

* tidy-up imports

* add rustfmt config
2022-04-28 18:53:59 +01:00
Conrad Ludgate
090120a834
Generic Importer Trait ()
* initial importer trait

* appease linters

* improve file handling. fixes 

* use size hint

* format + comment

* update serde rename mess

* tested 😎 🚀

* small formatting
2021-05-09 18:34:15 +01:00
Ellie Huxtable
7b5c3d543d Support bash, resolves 2021-04-26 11:57:30 +01:00
Renamed from atuin-client/src/import.rs (Browse further)