<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/docs/zh-CN, 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/docs/zh-CN?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/docs/zh-CN?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2025-12-12T22:47:24Z</updated>
<entry>
<title>docs: Migrate docs from separate repo to `docs` subfolder (#3018)</title>
<updated>2025-12-12T22:47:24Z</updated>
<author>
<name>Michelle Tilley</name>
<email>michelle@michelletilley.net</email>
</author>
<published>2025-12-12T22:47:24Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=2ba93a8c18ca008efb0b03e3cfa826e081a00514'/>
<id>urn:sha1:2ba93a8c18ca008efb0b03e3cfa826e081a00514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use native github arm64 runner (#2690)</title>
<updated>2025-04-09T14:48:51Z</updated>
<author>
<name>Devin Buhl</name>
<email>onedr0p@users.noreply.github.com</email>
</author>
<published>2025-04-09T14:48:51Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=2ceca25105b0d677510df6387c6a1f87419723b4'/>
<id>urn:sha1:2ceca25105b0d677510df6387c6a1f87419723b4</id>
<content type='text'>
* ci: use native github arm64 runner

Signed-off-by: Devin Buhl &lt;devin@buhl.casa&gt;

* Update README.md

---------

Signed-off-by: Devin Buhl &lt;devin@buhl.casa&gt;</content>
</entry>
<entry>
<title>docs: update logo and badges in README for zh-CN (#2392)</title>
<updated>2025-03-24T11:15:30Z</updated>
<author>
<name>Zhizhen He</name>
<email>hezhizhen.yi@gmail.com</email>
</author>
<published>2025-03-24T11:15:30Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=6428fb6c2d9bd19a26cb486cbc58cbeb06a12166'/>
<id>urn:sha1:6428fb6c2d9bd19a26cb486cbc58cbeb06a12166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix "From source" `cd` command (#1973)</title>
<updated>2024-04-22T14:46:51Z</updated>
<author>
<name>Richard de Boer</name>
<email>git@tubul.net</email>
</author>
<published>2024-04-22T14:46:51Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=78c6a6a7f050357d573b11f33bea9d5737704673'/>
<id>urn:sha1:78c6a6a7f050357d573b11f33bea9d5737704673</id>
<content type='text'>
`atuin` was moved into the `crates/` directory in 95cc4720</content>
</entry>
<entry>
<title>feat(zsh): update widget names (#1631)</title>
<updated>2024-01-29T10:35:34Z</updated>
<author>
<name>Koichi Murase</name>
<email>myoga.murase@gmail.com</email>
</author>
<published>2024-01-29T10:35:34Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=2ef516935747eaacacbe9e075fbc5a23ea9c2a15'/>
<id>urn:sha1:2ef516935747eaacacbe9e075fbc5a23ea9c2a15</id>
<content type='text'>
The current widget names for Zsh start with "_", which gives an
impression to users that those widgets are internal API and should not
be bound by the users.  However, we actually instruct users to set up
custom keybindings by specifying them to bindkey.

In other shells, a separate namespace for widgets are not prepared, so
we want to prefix "_" to shell function names to tell the users that
these are not the commands that are supposed to be called from the
command line.  However, the widget names are separated in their own
namespace in Zsh, so we do not have to isolate them by prefixing "_".
In fact, other frameworks such as `fzf` define widgets with names not
starting with "_".

In this patch, we update the widget names to have the form "atuin-*".
The old widget names that existed in the release version &lt;= 17.2.1 are
left for compatibility.</content>
</entry>
<entry>
<title>docs: refer to image with multi-arch support (#1513)</title>
<updated>2024-01-08T09:43:15Z</updated>
<author>
<name>Matthew Berryman</name>
<email>matthew@acrossthecloud.net</email>
</author>
<published>2024-01-08T09:43:15Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=21e934a23d5a271bdf4c188fe5cbc81bcd8ead71'/>
<id>urn:sha1:21e934a23d5a271bdf4c188fe5cbc81bcd8ead71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update sync.md (#1409)</title>
<updated>2023-11-22T08:42:52Z</updated>
<author>
<name>镜面王子</name>
<email>153555712@qq.com</email>
</author>
<published>2023-11-22T08:42:52Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4375fa36e0baf5b25a01bdbc812ee79b1418499b'/>
<id>urn:sha1:4375fa36e0baf5b25a01bdbc812ee79b1418499b</id>
<content type='text'>
Linux name correction</content>
</entry>
<entry>
<title>Move all references to the old repo (#1132)</title>
<updated>2023-07-30T22:08:00Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-07-30T22:08:00Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=1fb7caa2d6eafd9985324252ec3092abc37ec8fc'/>
<id>urn:sha1:1fb7caa2d6eafd9985324252ec3092abc37ec8fc</id>
<content type='text'>
The repo now lives on an org! Move all references to the old path.</content>
</entry>
<entry>
<title>docs: fix "From source" `cd` command (#937)</title>
<updated>2023-05-06T14:35:24Z</updated>
<author>
<name>Richard de Boer</name>
<email>github@tubul.net</email>
</author>
<published>2023-05-06T14:35:24Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a38fc6e8989d41772170165a8757f43e593c5e70'/>
<id>urn:sha1:a38fc6e8989d41772170165a8757f43e593c5e70</id>
<content type='text'>
Cloning does not automatically cd to the new directory,
and we need to cd to "atuin" *inside* the cloned repository.</content>
</entry>
<entry>
<title>Minor documentation updates (#767)</title>
<updated>2023-03-08T20:20:39Z</updated>
<author>
<name>onkelT2</name>
<email>126604057+onkelT2@users.noreply.github.com</email>
</author>
<published>2023-03-08T20:20:39Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=afd1113b3b0301795f3557feb94f7d7f953c5f9c'/>
<id>urn:sha1:afd1113b3b0301795f3557feb94f7d7f953c5f9c</id>
<content type='text'>
</content>
</entry>
</feed>
