<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/search.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/search.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/search.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2022-04-21T09:12:56Z</updated>
<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>Add compact mode (#288)</title>
<updated>2022-04-05T03:59:01Z</updated>
<author>
<name>Jakob Schrettenbrunner</name>
<email>jakob.schrettenbrunner@telekom.de</email>
</author>
<published>2022-04-05T03:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=e8f7aaccef9c39ca5ba0d2696202f964fc35c6d2'/>
<id>urn:sha1:e8f7aaccef9c39ca5ba0d2696202f964fc35c6d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `history list --cwd` errors (#278)</title>
<updated>2022-03-13T19:53:49Z</updated>
<author>
<name>Lucas Burns</name>
<email>44355502+lmburns@users.noreply.github.com</email>
</author>
<published>2022-03-13T19:53:49Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=7f587418daf8e7ddc5e32f06f85e9724c2ecf355'/>
<id>urn:sha1:7f587418daf8e7ddc5e32f06f85e9724c2ecf355</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not crash if the history timestamp is in the future (#250)</title>
<updated>2021-12-20T05:52:07Z</updated>
<author>
<name>Ellie</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2021-12-20T05:52:07Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=7fa3e1c0f4733d9af332ada3612343cb62195117'/>
<id>urn:sha1:7fa3e1c0f4733d9af332ada3612343cb62195117</id>
<content type='text'>
Resolve #189

We were throwing an OutOfRangeError. This occurs when you attempt to
convert to a duration, and your input is &lt;0. A value in the future would
have done this. This is especially noticeable during DST...</content>
</entry>
<entry>
<title>Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respectively (#243)</title>
<updated>2021-12-17T12:14:45Z</updated>
<author>
<name>Mat Jones</name>
<email>mat@mjones.network</email>
</author>
<published>2021-12-17T12:14:45Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=133971179eccb8a9846ad90dcf00f02d684c0bea'/>
<id>urn:sha1:133971179eccb8a9846ad90dcf00f02d684c0bea</id>
<content type='text'>
* remove unused environment var loading entire history into an env var

* Add Alt+backspace and Ctrl+u keybinds for deleting by word and by line, respectively</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>
<entry>
<title>Release v0.7.0 (#103)</title>
<updated>2021-05-10T20:28:07Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2021-05-10T20:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=d3059af815130f102dd97cb1d1e5030920754105'/>
<id>urn:sha1:d3059af815130f102dd97cb1d1e5030920754105</id>
<content type='text'>
* Release v0.7.0

- Update all the crate versions
- Update the demo gif
- Write a changelog
- Adjust the title of the search screen (has the old name still)
- Adjust the colours of the quick-jump numbers (sadly invisible on some
  colour schemes as dark grey :/)

* Update README, default config file, docs

* Link usernames

* Trigger release workflow upon release creation, as well as tags</content>
</entry>
<entry>
<title>Implement 'quick access' via Alt-&lt;n&gt; (#79)</title>
<updated>2021-05-10T11:55:29Z</updated>
<author>
<name>Yuvi Panda</name>
<email>yuvipanda@gmail.com</email>
</author>
<published>2021-05-10T11:55:29Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=c02934d184cca5d24a628d2e5ec601e12db2a630'/>
<id>urn:sha1:c02934d184cca5d24a628d2e5ec601e12db2a630</id>
<content type='text'>
* Implement 'quick access' via numbers

Puts numbers 0-9 next to commands *above* current selection.
Ctrl-&lt;number&gt; should activate them - but since Ctrl-&lt;num&gt; are
reserved by terminal, this does not currently work. Need to
find different sets of keyboard shortcuts.

Numbers are *above* current selection, since the user must use
the arrow keys to go over the commands below current selection
before reaching selection.

* Use Alt+&lt;n&gt; to select last nth command

* Don't print Opt+0

Same as &lt;Enter&gt;

* Run rustfmt

* Simplify code

- Use ? operator for getting selected item
- Use RangeInclusive to check if character pressed is a number</content>
</entry>
<entry>
<title>Use format! instead of string concat (#94)</title>
<updated>2021-05-09T21:33:57Z</updated>
<author>
<name>Yuvi Panda</name>
<email>yuvipanda@gmail.com</email>
</author>
<published>2021-05-09T21:33:57Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f0463326fa456c96c78e4d3f78106d0312fec588'/>
<id>urn:sha1:f0463326fa456c96c78e4d3f78106d0312fec588</id>
<content type='text'>
Cleaner</content>
</entry>
<entry>
<title>Add Emacs style ctrl-g, ctrl-n, and ctrl-p (#77)</title>
<updated>2021-05-09T18:43:55Z</updated>
<author>
<name>Will Fancher</name>
<email>elvishjerricco@gmail.com</email>
</author>
<published>2021-05-09T18:43:55Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=623df9064e76a1090bdae39617896bb767b34543'/>
<id>urn:sha1:623df9064e76a1090bdae39617896bb767b34543</id>
<content type='text'>
</content>
</entry>
</feed>
