<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/init.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/init.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/init.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>Bind keys in vi mode too (#811)</title>
<updated>2023-03-26T15:24:09Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-03-26T15:24:09Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=954e20fd868f140d320143030671160f4fc69d06'/>
<id>urn:sha1:954e20fd868f140d320143030671160f4fc69d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add *Nushell* support (#788)</title>
<updated>2023-03-26T14:44:06Z</updated>
<author>
<name>Steven Xu</name>
<email>stevenxxiu@users.noreply.github.com</email>
</author>
<published>2023-03-26T14:44:06Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a7cb21a51b393b436c0ca7e09c892ebb3c597ad0'/>
<id>urn:sha1:a7cb21a51b393b436c0ca7e09c892ebb3c597ad0</id>
<content type='text'>
* feat: add *Nushell* support

* refactor: use `sh` to swap `STDOUT` and `STDERR` instead of using a temporary file

* feat: include both keybindings, with the current REPL buffer passed to *Atuin*'s

* feat: don't record commands run by keybindings</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>Switch to using ATUIN_LOG instead of RUST_LOG (#642)</title>
<updated>2022-12-16T18:37:45Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2022-12-16T18:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4c6a287f4d18161ed263bb37905edb2566f81245'/>
<id>urn:sha1:4c6a287f4d18161ed263bb37905edb2566f81245</id>
<content type='text'>
* Switch to using ATUIN_LOG instead of RUST_LOG

* Stop clippy complaining

* I should know better - clippy is never happy :(</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>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>
<entry>
<title>Update to clap 3.1.x (#289)</title>
<updated>2022-04-07T05:32:11Z</updated>
<author>
<name>Jamie Quigley</name>
<email>jamie@quigley.xyz</email>
</author>
<published>2022-04-07T05:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f861893293629f4f8c315b8042295df049973e29'/>
<id>urn:sha1:f861893293629f4f8c315b8042295df049973e29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fish importing (#234)</title>
<updated>2021-12-11T09:48:53Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2021-12-11T09:48:53Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=87df7d80eca0ede9e149d1ef533e71650e4b919a'/>
<id>urn:sha1:87df7d80eca0ede9e149d1ef533e71650e4b919a</id>
<content type='text'>
* make a start on fish

* fix

* test

* enable fish

* fmt

* update histpath

set up fish init script

* update readme

* cover edge case

* fmt

* fix session variables

Co-authored-by: PJ &lt;me@panekj.dev&gt;

* respect NOBIND

Co-authored-by: PJ &lt;me@panekj.dev&gt;

* fix env var setting

Co-authored-by: PJ &lt;me@panekj.dev&gt;

* fix whitespace

Co-authored-by: PJ &lt;me@panekj.dev&gt;

* add fish to supported shells

Co-authored-by: PJ &lt;me@panekj.dev&gt;</content>
</entry>
<entry>
<title>Resolve clippy warnings (#187)</title>
<updated>2021-09-24T16:03:37Z</updated>
<author>
<name>Jannik</name>
<email>32144358+mozzieongit@users.noreply.github.com</email>
</author>
<published>2021-09-24T16:03:37Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=446ffb88c7b67d61d41be084fa724f84fa055e22'/>
<id>urn:sha1:446ffb88c7b67d61d41be084fa724f84fa055e22</id>
<content type='text'>
* refactor: nest or patterns

* refactor: fix clippy lint names

* refactor: remove unnecessary wraps

* style: apply cargo fmt</content>
</entry>
</feed>
