<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin-client/src/import/fish.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/fish.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src/import/fish.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>Use XDG data directory for fish import (#851)</title>
<updated>2023-04-08T09:53:32Z</updated>
<author>
<name>János Illés</name>
<email>ijanos@gmail.com</email>
</author>
<published>2023-04-08T09:53:32Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=04044c414647c8ce9c9be92e23d5a5247250d294'/>
<id>urn:sha1:04044c414647c8ce9c9be92e23d5a5247250d294</id>
<content type='text'>
* Use XDG data directory for fish import

On MacOS, atuin was looking for fish history under "$HOME/Library/Application Support".

Now atuin honors XDG_DATA_HOME, if set, and otherwise uses "$HOME/.local/share".

* cargo fmt

---------

Co-authored-by: Charles Gould &lt;charles@gould.dev&gt;</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>Try to make clippy happy 🥺 (#686)</title>
<updated>2023-02-06T11:59:01Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-02-06T11:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=3abc96fafe052f3c68ac7d1ae18e4fafee8e1f34'/>
<id>urn:sha1:3abc96fafe052f3c68ac7d1ae18e4fafee8e1f34</id>
<content type='text'>
* Try to make clippy happy 🥺

* Fmt

* I missed one (can't run clippy locally on airport wifi...)</content>
</entry>
<entry>
<title>Never use HISTFILE for fish shell import (#573)</title>
<updated>2022-10-19T10:57:51Z</updated>
<author>
<name>Patrick Jackson</name>
<email>patrick@jackson.dev</email>
</author>
<published>2022-10-19T10:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=17c2e73388f1f07f86f74cdd422996dabfec2095'/>
<id>urn:sha1:17c2e73388f1f07f86f74cdd422996dabfec2095</id>
<content type='text'>
</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>ignore JetBrains IDEs, tidy-up imports (#348)</title>
<updated>2022-04-28T17:53:59Z</updated>
<author>
<name>Jakub Panek</name>
<email>me@panekj.dev</email>
</author>
<published>2022-04-28T17:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b'/>
<id>urn:sha1:93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b</id>
<content type='text'>
* ignore JB IDEs

* tidy-up imports

* add rustfmt config</content>
</entry>
</feed>
