<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/mod.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/src/command/mod.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/mod.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2023-04-14T19:18:58Z</updated>
<entry>
<title>Workspace reorder (#868)</title>
<updated>2023-04-14T19:18:58Z</updated>
<author>
<name>Vladislav Stepanov</name>
<email>8uk.8ak@gmail.com</email>
</author>
<published>2023-04-14T19:18:58Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=c05d2850420a2c163b8f62c33a6cef7c0ae1ad8d'/>
<id>urn:sha1:c05d2850420a2c163b8f62c33a6cef7c0ae1ad8d</id>
<content type='text'>
* Try different workspace structure

Move main crate (atuin) to be on the same level with other crates in
this workspace

* extract common dependencies to the workspace definition

* fix base64 v0.21 deprecation warning

* questionable: update deps &amp; fix chrono deprecations

possible panic sites are unchanged, they're just more visible now

* Revert "questionable: update deps &amp; fix chrono deprecations"

This reverts commit 993e60f8dea81a1625a04285a617959ad09a0866.</content>
</entry>
<entry>
<title>Switch to uuidv7 (#864)</title>
<updated>2023-04-11T15:26:16Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-04-11T15:26:16Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=03dd3ddf8b8c0ad254850cd940728c888dd7a80c'/>
<id>urn:sha1:03dd3ddf8b8c0ad254850cd940728c888dd7a80c</id>
<content type='text'>
* Add uuid_v7

* Actually use the new uuid

* Add a test to ensure all uuids are unique, even in a tight loop

* Make clippy happy</content>
</entry>
<entry>
<title>Rework `atuin init` (#652)</title>
<updated>2022-12-24T17:18:44Z</updated>
<author>
<name>Jamie Quigley</name>
<email>jamie@quigley.xyz</email>
</author>
<published>2022-12-24T17:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a5616aea8fa28db6f8f7b1a44e28f90aab3363b7'/>
<id>urn:sha1:a5616aea8fa28db6f8f7b1a44e28f90aab3363b7</id>
<content type='text'>
* Rework `atuin init`

This allows users to disable the CTRL-R and Up Arrow bindings,
independently from one another

* Document --disable-{ctrl-r,up-arrow}

* Apply suggestions from code review

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>Upgrade clap (#568)</title>
<updated>2022-10-18T08:50:22Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2022-10-18T08:50:22Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=5e2c438dabc74d7e87fad46c725501753a0a8a26'/>
<id>urn:sha1:5e2c438dabc74d7e87fad46c725501753a0a8a26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add contributors command (#550)</title>
<updated>2022-10-05T04:56:49Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2022-10-05T04:56:49Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=634b3e375f171e15c586974224745192d3746d71'/>
<id>urn:sha1:634b3e375f171e15c586974224745192d3746d71</id>
<content type='text'>
Inspired by the ClickHouse system contributors table, I thought this is
a nice extra way to say thank you to all those who put time and energy
into our project</content>
</entry>
<entry>
<title>Allow stateless commands to be run without config/database (#544)</title>
<updated>2022-09-25T10:15:33Z</updated>
<author>
<name>c-14</name>
<email>git@c-14.de</email>
</author>
<published>2022-09-25T10:15:33Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=045c87fbcd1cb8efe8bd3a41f55790b326ed6ee4'/>
<id>urn:sha1:045c87fbcd1cb8efe8bd3a41f55790b326ed6ee4</id>
<content type='text'>
* Allow stateless commands to be run without config/database

Fixes an issue where gen-completions fails trying to create a config
directory in restrained build environments/distribution.

* move non-db commands up to core subcommands

* re-add lost lines

* re-add lost lines

Co-authored-by: Conrad Ludgate &lt;conrad.ludgate@truelayer.com&gt;</content>
</entry>
<entry>
<title>Allow to build atuin server without client (#404)</title>
<updated>2022-05-13T05:57:27Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2022-05-13T05:57:27Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=14b30606a5b2e127f5490f184c8af9ffab780095'/>
<id>urn:sha1:14b30606a5b2e127f5490f184c8af9ffab780095</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>feature-flags (#328)</title>
<updated>2022-04-22T20:14:23Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conrad.ludgate@truelayer.com</email>
</author>
<published>2022-04-22T20:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=7436e4ff651b64d4019a59d04c30c414ae220403'/>
<id>urn:sha1:7436e4ff651b64d4019a59d04c30c414ae220403</id>
<content type='text'>
* use feature flags

* fmt

* fix features

* update ci

* fmt

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>refactor commands for better separation (#313)</title>
<updated>2022-04-21T09:12:56Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conrad.ludgate@truelayer.com</email>
</author>
<published>2022-04-21T09:12:56Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=d57f549855caf8ab90b5ea0ae7cc9445f3abedfc'/>
<id>urn:sha1:d57f549855caf8ab90b5ea0ae7cc9445f3abedfc</id>
<content type='text'>
* refactor commands for better separation

* fmt</content>
</entry>
</feed>
