<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin.plugin.zsh, 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.plugin.zsh?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin.plugin.zsh?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2026-06-10T19:32:08Z</updated>
<entry>
<title>chore: Remove unneeded files</title>
<updated>2026-06-10T19:32:08Z</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-06-10T19:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b'/>
<id>urn:sha1:796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run shellcheck (#97)</title>
<updated>2021-05-14T07:31:15Z</updated>
<author>
<name>Ian Smith</name>
<email>iansmith@honeycomb.io</email>
</author>
<published>2021-05-14T07:31:15Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a127408e938ecd7060d7f81dec557bc5eaf06d75'/>
<id>urn:sha1:a127408e938ecd7060d7f81dec557bc5eaf06d75</id>
<content type='text'>
* run shellcheck

* Update .github/workflows/shellcheck.yml

Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;

* shellcheck fixes in which i am highly confident

* shellcheck fixes in which I am less confident - not executing this is fine, right?

* SC2155

In src/shell/atuin.bash line 1:
export ATUIN_SESSION=$(atuin uuid)
       ^-----------^ SC2155: Declare and assign separately to avoid masking return values.

* shellcheck doesn't support zsh, per https://github.com/koalaman/shellcheck/wiki/SC1071

* yaml fix

* gotta checkout our code, too

* yaml fix

* action spelling

* exclude .zsh

* Shellcheck doesn't support zsh, per

https://github.com/koalaman/shellcheck/wiki/SC1071, and the ignore: param
in ludeeus/action-shellcheck only supports _directories_, not _files_.
So instead, we manually add any error the shellcheck step finds in the
file to the above line ...

* comment all the ignores

* Update src/shell/atuin.bash

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;

* new zsh plugin shellcheck errors

* new zsh plugin shellcheck errors, pt 2

Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;
Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>Adding plugin for zsh (#117)</title>
<updated>2021-05-12T20:47:06Z</updated>
<author>
<name>Michael Bianco</name>
<email>iloveitaly@gmail.com</email>
</author>
<published>2021-05-12T20:47:06Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f041d7fe4a46fe651ccc4f648584f4cf0aa30988'/>
<id>urn:sha1:f041d7fe4a46fe651ccc4f648584f4cf0aa30988</id>
<content type='text'>
* Adding plugin for zsh

* plugin manager documentation</content>
</entry>
<entry>
<title>Add init command (#12)</title>
<updated>2021-02-15T23:33:30Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-02-15T23:33:30Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=41f072a8b443b5a404916598f0c9b7a52f5c05fb'/>
<id>urn:sha1:41f072a8b443b5a404916598f0c9b7a52f5c05fb</id>
<content type='text'>
* Add init command

This makes setting up the shell part of A'tuin much easier. Eval the
output of "atuin init".

* Update readme, add up binding</content>
</entry>
<entry>
<title>Amend</title>
<updated>2021-02-13T23:02:17Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-02-13T23:02:17Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=cafb28d82b510fa07927c3ac1aff916d465f48c3'/>
<id>urn:sha1:cafb28d82b510fa07927c3ac1aff916d465f48c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update widget</title>
<updated>2021-02-13T22:29:25Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-02-13T22:24:23Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=b85cb770d3e219e183cec68ed29d76d143599098'/>
<id>urn:sha1:b85cb770d3e219e183cec68ed29d76d143599098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fuzzy history search and distinct arg</title>
<updated>2021-02-13T22:06:27Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-02-13T22:06:27Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=d8aacb4a806c097fb316305dab8c481546d72b8b'/>
<id>urn:sha1:d8aacb4a806c097fb316305dab8c481546d72b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename zsh hook</title>
<updated>2021-02-13T21:11:08Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-02-13T21:11:08Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a7263edbc94ee609fdd0c609698bf03f2d8e748e'/>
<id>urn:sha1:a7263edbc94ee609fdd0c609698bf03f2d8e748e</id>
<content type='text'>
</content>
</entry>
</feed>
