<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin-client/src/import/bash.rs, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src/import/bash.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src/import/bash.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2024-04-18T15:41:28Z</updated>
<entry>
<title>chore: move crates into crates/ dir (#1958)</title>
<updated>2024-04-18T15:41:28Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-18T15:41:28Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=95cc472037fcb3207b510e67f1a44af4e2a2cae9'/>
<id>urn:sha1:95cc472037fcb3207b510e67f1a44af4e2a2cae9</id>
<content type='text'>
I'd like to tidy up the root a little, and it's nice to have all the
rust crates in one place</content>
</entry>
<entry>
<title>refactor: Duplications reduced in order to align implementations of reading history files (#1247)</title>
<updated>2023-09-23T08:56:55Z</updated>
<author>
<name>Dieter Eickstaedt</name>
<email>eickstaedt@deicon.de</email>
</author>
<published>2023-09-23T08:56:55Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=fbed2862fda127b747718e4ae6f5f36a56f29a51'/>
<id>urn:sha1:fbed2862fda127b747718e4ae6f5f36a56f29a51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace chrono with time (#806)</title>
<updated>2023-09-11T08:26:05Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-09-11T08:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f90c01f702f6a98b041f766b6a1d857bc1b9afef'/>
<id>urn:sha1:f90c01f702f6a98b041f766b6a1d857bc1b9afef</id>
<content type='text'>
* replace chrono with time

* Fix test chrono usage

---------

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>Builder interface for History objects (#933)</title>
<updated>2023-06-15T10:29:40Z</updated>
<author>
<name>Vlad Stepanov</name>
<email>8uk.8ak@gmail.com</email>
</author>
<published>2023-06-15T10:29:40Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4077c33adfdacaf0ed68657a1955a7b69a78d373'/>
<id>urn:sha1:4077c33adfdacaf0ed68657a1955a7b69a78d373</id>
<content type='text'>
* [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 #882) split Cmd::run into subfns

* Update `History` doc

* remove rmp-serde from history

* update warning

---------

Co-authored-by: Conrad Ludgate &lt;conrad.ludgate@truelayer.com&gt;</content>
</entry>
<entry>
<title>Patch bash history import regression (#970)</title>
<updated>2023-05-10T13:02:35Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-05-10T13:02:35Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=bf7432f3924f81c5edcc7ff39f1fc3cba021eea4'/>
<id>urn:sha1:bf7432f3924f81c5edcc7ff39f1fc3cba021eea4</id>
<content type='text'>
* At least patch this on the server side so we don't loop forever

* Postgres doesn't support &lt;microsecond precision

Use millis - almost everything should support them and they are still
faster than a human can reasonably spam a button.</content>
</entry>
<entry>
<title>Handle empty lines when importing from Bash (#845)</title>
<updated>2023-04-05T08:37:27Z</updated>
<author>
<name>cyqsimon</name>
<email>28627918+cyqsimon@users.noreply.github.com</email>
</author>
<published>2023-04-05T08:37:27Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=188117dfae3df14af1d2633a821106482d89c8fa'/>
<id>urn:sha1:188117dfae3df14af1d2633a821106482d89c8fa</id>
<content type='text'>
* Handle empty lines

* Fix insufficient accuracy in timestamp tests

* Use nanoseconds</content>
</entry>
<entry>
<title>Add history deletion (#791)</title>
<updated>2023-03-20T09:26:54Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-03-20T09:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=dcd77749dd1fdf6b0c8183bfbdf4f97bf238ebe4'/>
<id>urn:sha1:dcd77749dd1fdf6b0c8183bfbdf4f97bf238ebe4</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Rework Bash import (#747)</title>
<updated>2023-03-02T10:05:19Z</updated>
<author>
<name>cyqsimon</name>
<email>28627918+cyqsimon@users.noreply.github.com</email>
</author>
<published>2023-03-02T10:05:19Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=63c572104bc6fa05e04197212fe59336a48ebb54'/>
<id>urn:sha1:63c572104bc6fa05e04197212fe59336a48ebb54</id>
<content type='text'>
* Rework Bash import

Closes #745
- Imported history is now ordered correctly
- Timestamps (when `HISTTIMEFORMAT` is set) are handled correctly

* Timestamp tests test for strict sorting</content>
</entry>
<entry>
<title>Importer V3 (#395)</title>
<updated>2022-05-09T06:46:52Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2022-05-09T06:46:52Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=1d030b9d32f539fd38f5ff3335234c5111c3303f'/>
<id>urn:sha1:1d030b9d32f539fd38f5ff3335234c5111c3303f</id>
<content type='text'>
* start of importer refactor

* fish

* resh

* zsh</content>
</entry>
<entry>
<title>Generic Importer Trait (#71)</title>
<updated>2021-05-09T17:34:15Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2021-05-09T17:34:15Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=090120a834dae463a3f9edb9c1f0d8453fd8ef8c'/>
<id>urn:sha1:090120a834dae463a3f9edb9c1f0d8453fd8ef8c</id>
<content type='text'>
* initial importer trait

* appease linters

* improve file handling. fixes #66

* use size hint

* format + comment

* update serde rename mess

* tested :sunglasses: :rocket:

* small formatting</content>
</entry>
</feed>
