<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/client.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/client.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/client.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>chore: use fork of skim (#803)</title>
<updated>2023-03-26T14:47:38Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-03-26T14:47:38Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=bb7f00dbef3bf4c7c00c1969cb0089de51bd9ba9'/>
<id>urn:sha1:bb7f00dbef3bf4c7c00c1969cb0089de51bd9ba9</id>
<content type='text'>
* use fuzzy-matcher instead of skim

switch to a search-engine abstraction

* fmt

* fix deprecated warnings</content>
</entry>
<entry>
<title>Allow overriding filter and search modes from CLI (#635)</title>
<updated>2022-12-18T18:26:09Z</updated>
<author>
<name>Patrick Decat</name>
<email>pdecat@gmail.com</email>
</author>
<published>2022-12-18T18:26:09Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=ed394afa82ef919937521e5ce72fc467cec203f9'/>
<id>urn:sha1:ed394afa82ef919937521e5ce72fc467cec203f9</id>
<content type='text'>
* Allow overriding filter and search modes from CLI arguments

* Use session filter mode for bash up key binding

* We precisely do not want to add quotes here so that all arguments are properly passed

* Add --shell-up-key-binding hidden command argument and filter_mode_shell_up_key_binding configuration option to allow customizing the filter mode used when atuin is invoked from a shell up-key binding

* Correct up binding for zsh

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>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>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>better cursor search (#473)</title>
<updated>2022-09-11T15:24:16Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2022-09-11T15:24:16Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=702a644f68c687142c9a03b48cf451665ed41b62'/>
<id>urn:sha1:702a644f68c687142c9a03b48cf451665ed41b62</id>
<content type='text'>
* improve cursor code

* proper unicode support

* refactor and test

* fmt

* clippy

* move methods to state

* refactor search modules</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>Adds stats summary  (#384)</title>
<updated>2022-05-03T14:49:27Z</updated>
<author>
<name>Satyarth Sampath</name>
<email>satyarth.23@gmail.com</email>
</author>
<published>2022-05-03T14:49:27Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4a839dab444d1ceccaeca42a2c4c3594281ee22a'/>
<id>urn:sha1:4a839dab444d1ceccaeca42a2c4c3594281ee22a</id>
<content type='text'>
* stat command parsing is handled without subcommands

* Updates match clause based on PR review

Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;

* updates value returned by match based on PR review

* adds vscode to gitignore

* use an if statement instead of match

Co-authored-by: Satyarth &lt;satyarth.sampath@gojek.com&gt;
Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;</content>
</entry>
<entry>
<title>ignore JetBrains IDEs, tidy-up imports (#348)</title>
<updated>2022-04-28T17:53:59Z</updated>
<author>
<name>Jakub Panek</name>
<email>me@panekj.dev</email>
</author>
<published>2022-04-28T17:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b'/>
<id>urn:sha1:93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b</id>
<content type='text'>
* ignore JB IDEs

* tidy-up imports

* add rustfmt config</content>
</entry>
</feed>
