<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/shell/atuin.bash, 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/shell/atuin.bash?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/shell/atuin.bash?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>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>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>Fix atuin crashing on commands that start with -- (#509)</title>
<updated>2022-08-23T16:26:42Z</updated>
<author>
<name>Jamie Quigley</name>
<email>jamie@quigley.xyz</email>
</author>
<published>2022-08-23T16:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=aa556fa0883d1a5c8f35960c9d6e8966e4307896'/>
<id>urn:sha1:aa556fa0883d1a5c8f35960c9d6e8966e4307896</id>
<content type='text'>
The use of `--` in the shell scripts prevents clap attempting to parse
the command name as a flag, in the case that it starts with `--`.</content>
</entry>
<entry>
<title>Enhancements to bash init script (#445)</title>
<updated>2022-06-07T21:28:06Z</updated>
<author>
<name>Sam Edwards</name>
<email>sam@samedwards.ca</email>
</author>
<published>2022-06-07T21:28:06Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=e0ba60fc3c4d72d785a13eea5718b91559fd218d'/>
<id>urn:sha1:e0ba60fc3c4d72d785a13eea5718b91559fd218d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't pollute shell environment - remove 'id' variable (#408)</title>
<updated>2022-05-16T21:13:17Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2022-05-16T21:13:17Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=ab294cde3460665dfa78514f0e20da00984e3943'/>
<id>urn:sha1:ab294cde3460665dfa78514f0e20da00984e3943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore bash 4.2 compatibility, only add hook once (#271)</title>
<updated>2022-02-15T22:54:25Z</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2022-02-15T22:54:25Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4223ac69439764208b0baac856e3a2ea5f40a174'/>
<id>urn:sha1:4223ac69439764208b0baac856e3a2ea5f40a174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for blesh  (#267)</title>
<updated>2022-01-25T18:33:25Z</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-01-25T18:33:25Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=7651f89261993c9a51e70b7225894a20442486f7'/>
<id>urn:sha1:7651f89261993c9a51e70b7225894a20442486f7</id>
<content type='text'>
* Fix intendation

* Add support for blesh

See https://github.com/akinomyoga/ble.sh/wiki/Manual-%C2%A71-Introduction#user-content-fn-blehook for more details</content>
</entry>
<entry>
<title>run shellcheck (#97)</title>
<updated>2021-05-14T07:31:15Z</updated>
<author>
<name>Ian Smith</name>
<email>iansmith@honeycomb.io</email>
</author>
<published>2021-05-14T07:31:15Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a127408e938ecd7060d7f81dec557bc5eaf06d75'/>
<id>urn:sha1:a127408e938ecd7060d7f81dec557bc5eaf06d75</id>
<content type='text'>
* run shellcheck

* Update .github/workflows/shellcheck.yml

Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;

* shellcheck fixes in which i am highly confident

* shellcheck fixes in which I am less confident - not executing this is fine, right?

* SC2155

In src/shell/atuin.bash line 1:
export ATUIN_SESSION=$(atuin uuid)
       ^-----------^ SC2155: Declare and assign separately to avoid masking return values.

* shellcheck doesn't support zsh, per https://github.com/koalaman/shellcheck/wiki/SC1071

* yaml fix

* gotta checkout our code, too

* yaml fix

* action spelling

* exclude .zsh

* Shellcheck doesn't support zsh, per

https://github.com/koalaman/shellcheck/wiki/SC1071, and the ignore: param
in ludeeus/action-shellcheck only supports _directories_, not _files_.
So instead, we manually add any error the shellcheck step finds in the
file to the above line ...

* comment all the ignores

* Update src/shell/atuin.bash

Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;

* new zsh plugin shellcheck errors

* new zsh plugin shellcheck errors, pt 2

Co-authored-by: Conrad Ludgate &lt;oon@conradludgate.com&gt;
Co-authored-by: Ellie Huxtable &lt;ellie@elliehuxtable.com&gt;</content>
</entry>
<entry>
<title>Fix bash integration to set the session (#88)</title>
<updated>2021-05-09T17:47:41Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2021-05-09T17:47:41Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=d39e3cb47915b64fb2035070012347fff1ddbcc4'/>
<id>urn:sha1:d39e3cb47915b64fb2035070012347fff1ddbcc4</id>
<content type='text'>
</content>
</entry>
</feed>
