<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/src/command/login.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/login.rs?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/src/command/login.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>goodbye warp, hello axum (#296)</title>
<updated>2022-04-12T22:06:19Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conrad.ludgate@truelayer.com</email>
</author>
<published>2022-04-12T22:06:19Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a95018cc9039851e707973bc19faf907132ae4f3'/>
<id>urn:sha1:a95018cc9039851e707973bc19faf907132ae4f3</id>
<content type='text'>
</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>Enable help messages for command line arguments (#239)</title>
<updated>2021-12-11T22:29:47Z</updated>
<author>
<name>Orhun Parmaksız</name>
<email>orhunparmaksiz@gmail.com</email>
</author>
<published>2021-12-11T22:29:47Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=079d8037ab59ea13dcff1811c1e32884e7a01ae8'/>
<id>urn:sha1:079d8037ab59ea13dcff1811c1e32884e7a01ae8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: login/register no longer blocking (#216)</title>
<updated>2021-12-08T13:37:49Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2021-12-08T13:37:49Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4bdf4c40c292b681452c9499b9072b759073bf32'/>
<id>urn:sha1:4bdf4c40c292b681452c9499b9072b759073bf32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: some new linting (#201)</title>
<updated>2021-11-13T22:40:24Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2021-11-13T22:40:24Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=8f91b1410c2bc67e6b3da8a1927da31a9dfb09ab'/>
<id>urn:sha1:8f91b1410c2bc67e6b3da8a1927da31a9dfb09ab</id>
<content type='text'>
* chore: some new linting

* chore: some more linting

* chore: rustfmt</content>
</entry>
<entry>
<title>feat: allow input of credentials from stdin (#185)</title>
<updated>2021-09-24T16:24:59Z</updated>
<author>
<name>Jannik</name>
<email>jannik.peters@posteo.de</email>
</author>
<published>2021-09-24T16:24:59Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=27d3d81afe3021e226b80a2c7734ed9a8c595641'/>
<id>urn:sha1:27d3d81afe3021e226b80a2c7734ed9a8c595641</id>
<content type='text'>
* feat: allow credential input from stdin for registration

This changes the options for register to be optional. If arguments are
not given, the program will ask for them interactively.

* feat: allow credential input from stdin for login

* style: apply cargo fmt</content>
</entry>
<entry>
<title>some changes :shrug:  (#83)</title>
<updated>2021-05-09T20:17:24Z</updated>
<author>
<name>Conrad Ludgate</name>
<email>conradludgate@gmail.com</email>
</author>
<published>2021-05-09T20:17:24Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=de2e34ac500c17e80fe4dcf2ed1c08add8998fa3'/>
<id>urn:sha1:de2e34ac500c17e80fe4dcf2ed1c08add8998fa3</id>
<content type='text'>
* make everything a cow

* fmt + clippy</content>
</entry>
<entry>
<title>Add logout, only login if not already logged in (#91)</title>
<updated>2021-05-09T19:11:17Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2021-05-09T19:11:17Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=e43e5ce74a85d87a625295b9b089a1b5b8e26fab'/>
<id>urn:sha1:e43e5ce74a85d87a625295b9b089a1b5b8e26fab</id>
<content type='text'>
Also:
- Ensures that a key is generated as soon as a user registers!
- Ensures that "atuin key" will generate a key if needed, and doesn't
  double base64 encode data

And a few other little fixes :)

Resolves #85
Resolves #86</content>
</entry>
<entry>
<title>Bugfixes, show time ago, perf improvements</title>
<updated>2021-04-21T20:26:44Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>e@elm.sh</email>
</author>
<published>2021-04-21T17:13:51Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf'/>
<id>urn:sha1:4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf</id>
<content type='text'>
Also allow unique listing and more ergonomic cwd usage
</content>
</entry>
</feed>
