<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/client/search/interactive.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/search/interactive.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/client/search/interactive.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>Add some emacs movement keys (#857)</title>
<updated>2023-04-09T15:40:40Z</updated>
<author>
<name>Jan Larres</name>
<email>jan@majutsushi.net</email>
</author>
<published>2023-04-09T15:40:40Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=bca1e64dd33f99bc7d017083be9fbc6276e33ed0'/>
<id>urn:sha1:bca1e64dd33f99bc7d017083be9fbc6276e33ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vendor ratatui temporarily (#835)</title>
<updated>2023-03-31T21:57:37Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2023-03-31T21:57:37Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a515b06bcb556c1be2d0fc3095cd778d413fe40d'/>
<id>urn:sha1:a515b06bcb556c1be2d0fc3095cd778d413fe40d</id>
<content type='text'>
* Vendor ratatui temporarily

Once https://github.com/tui-rs-revival/ratatui/pull/114 has been merged,
we can undo this! But otherwise we can't publish to crates.io with a git
dependency.

* make tests pass

* Shush.

* these literally just fail in nix, nowhere else

idk how to work with nix properly, and they're also not our tests</content>
</entry>
<entry>
<title>client filtering done in query (#629)</title>
<updated>2023-03-27T21:33:04Z</updated>
<author>
<name>jean-santos</name>
<email>ewqjean@gmail.com</email>
</author>
<published>2023-03-27T21:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=caf2ddfb9ff7a5f78cd10da0dc030fdeee7c0fe0'/>
<id>urn:sha1:caf2ddfb9ff7a5f78cd10da0dc030fdeee7c0fe0</id>
<content type='text'>
</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>feat: add an inline view mode (#648)</title>
<updated>2023-03-25T17:27:20Z</updated>
<author>
<name>Patrick Decat</name>
<email>pdecat@gmail.com</email>
</author>
<published>2023-03-25T17:27:20Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=13ce5f746c946f5695c55642a9af5ead8894f692'/>
<id>urn:sha1:13ce5f746c946f5695c55642a9af5ead8894f692</id>
<content type='text'>
* add inline viewport

* Add inline_height setting. Zero disables inline mode (the default)</content>
</entry>
<entry>
<title>Respect exit_mode setting when exiting with arrow down keypress (#807)</title>
<updated>2023-03-25T16:06:10Z</updated>
<author>
<name>Patrick Decat</name>
<email>pdecat@gmail.com</email>
</author>
<published>2023-03-25T16:06:10Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=03f7e5543eac4dfac10cc282f709dfaeaef2bf4b'/>
<id>urn:sha1:03f7e5543eac4dfac10cc282f709dfaeaef2bf4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove tui vendoring (#804)</title>
<updated>2023-03-23T09:19:29Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2023-03-23T09:19:29Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=ba1d615f5e5d904a3bd7a7f5f0ce336b89995aea'/>
<id>urn:sha1:ba1d615f5e5d904a3bd7a7f5f0ce336b89995aea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow changing search_mode during interactive search (#586)</title>
<updated>2023-03-22T16:16:59Z</updated>
<author>
<name>Krut Patel</name>
<email>kroot.patel@gmail.com</email>
</author>
<published>2023-03-22T16:16:59Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=378be6b790c3d504c8d7d873ce035daf926e98ed'/>
<id>urn:sha1:378be6b790c3d504c8d7d873ce035daf926e98ed</id>
<content type='text'>
* Make search_mode a part of SearchState

* Allow changing search mode using ctrl+s

* Tweak state reset for switched_search_mode

* Improve search_mode display in interactive mode

* Incorporate review suggestion

* Tweak language

* Fix Clippy and format</content>
</entry>
<entry>
<title>fix: paste into terminal after switching modes (#793)</title>
<updated>2023-03-20T18:08:29Z</updated>
<author>
<name>Hamza Hamud</name>
<email>53880692+hhamud@users.noreply.github.com</email>
</author>
<published>2023-03-20T18:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=26a1b93098407c51b57508da7ab8050c2a1ee516'/>
<id>urn:sha1:26a1b93098407c51b57508da7ab8050c2a1ee516</id>
<content type='text'>
* fix: paste into terminal after switching modes

* fix: remove collect and fix format</content>
</entry>
</feed>
