<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin-client/src, 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?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-client/src?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>feat: show preview auto (#1804)</title>
<updated>2024-04-18T15:16:54Z</updated>
<author>
<name>Helmut K. C. Tessarek</name>
<email>tessarek@evermeet.cx</email>
</author>
<published>2024-04-18T15:16:54Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=176eae02f7f855ef40a4461caca61d530486113f'/>
<id>urn:sha1:176eae02f7f855ef40a4461caca61d530486113f</id>
<content type='text'>
* feat: show preview auto

* refactor: preview_auto</content>
</entry>
<entry>
<title>feat: allow ignoring failed commands (#1957)</title>
<updated>2024-04-18T07:18:15Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-18T07:18:15Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=2fba4aae933c17f0024110dd9ec4a57d748cf867'/>
<id>urn:sha1:2fba4aae933c17f0024110dd9ec4a57d748cf867</id>
<content type='text'>
* feat: allow ignoring failed commands

* cleanup</content>
</entry>
<entry>
<title>feat(gui): work on home page, sort state (#1956)</title>
<updated>2024-04-17T13:06:05Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-17T13:06:05Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=cb19925011d889c513e1bbedc446e399597e38a0'/>
<id>urn:sha1:cb19925011d889c513e1bbedc446e399597e38a0</id>
<content type='text'>
1. Start on a home page, can sort onboarding/etc from there
2. Introduce zustand for state management. It's nice!

Did a production build and clicked around for a while. Memory usage
seems nice and chill.</content>
</entry>
<entry>
<title>fix: use spawn_blocking for file access during async context (#1936)</title>
<updated>2024-04-12T09:40:14Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2024-04-12T09:40:14Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=c41998e98a073f4cce26134c0642c403d71b74a2'/>
<id>urn:sha1:c41998e98a073f4cce26134c0642c403d71b74a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(gui): add base structure (#1935)</title>
<updated>2024-04-11T15:59:01Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-11T15:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=6cd4319fcf540ef70f74cc2f10d0d4297ee7b788'/>
<id>urn:sha1:6cd4319fcf540ef70f74cc2f10d0d4297ee7b788</id>
<content type='text'>
* initial

* ui things

* cargo

* update, add history refresh button

* history page a bit better, add initial dotfiles page

* re-org layout

* bye squigglies

* add dotfiles ui, show aliases

* add default shell detection

* put stats in a little drawer, alias import changes

* use new table for aliases, add alias deleting

* support adding aliases

* close drawer when added, no alias autocomplete

* clippy, format

* attempt to ensure gdk is installed ok

* sudo

* no linux things on mac ffs

* I forgot we build for windows too... end of day

* remove tauri backend from workspace</content>
</entry>
<entry>
<title>chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916)</title>
<updated>2024-04-05T14:51:57Z</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2024-04-05T14:51:57Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=28b0b490f93fe9f7964d0593b9ba600f4b24663e'/>
<id>urn:sha1:28b0b490f93fe9f7964d0593b9ba600f4b24663e</id>
<content type='text'>
* Add github action to codespell main on push and PRs

* Add rudimentary codespell config

* ignore crate, inbetween etc

* [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* [DATALAD RUNCMD] Do interactive fixing of  leftover ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^</content>
</entry>
<entry>
<title>fix: report non-decodable errors correctly (#1915)</title>
<updated>2024-04-02T15:52:45Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-02T15:52:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=bb0ea6c516db04f5e76a8bd667ecb3e724a708f4'/>
<id>urn:sha1:bb0ea6c516db04f5e76a8bd667ecb3e724a708f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(search): add better search scoring (#1885)</title>
<updated>2024-04-02T11:13:00Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-02T11:13:00Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=48b4e347766c378658f848e846192010fb3c92ee'/>
<id>urn:sha1:48b4e347766c378658f848e846192010fb3c92ee</id>
<content type='text'>
* feat(search): add better search scoring

* add opt-in</content>
</entry>
<entry>
<title>fix(search): case insensitive hostname filtering (#1883)</title>
<updated>2024-03-15T08:50:43Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-03-15T08:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=82a7c8d3219749dd298b23bae22456657ee92575'/>
<id>urn:sha1:82a7c8d3219749dd298b23bae22456657ee92575</id>
<content type='text'>
</content>
</entry>
</feed>
