<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Passextract, branch v0.5.0</title>
<subtitle>An interface to easily copy login information from Pass</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/'/>
<entry>
<title>CHANGELOG: Include EX_NOINPUT change</title>
<updated>2022-08-20T17:59:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=20893044c11152fac7deedac6a1afb147bc92bfc'/>
<id>20893044c11152fac7deedac6a1afb147bc92bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: Include version argument update</title>
<updated>2022-08-20T17:57:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=a28e80100104b6bc2ca73537708e75f7fce7f392'/>
<id>a28e80100104b6bc2ca73537708e75f7fce7f392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Exit with `EX_NOINPUT` when no password copy options are present</title>
<updated>2022-08-20T17:54:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=b4e5531f23f2b5b89f077ea27c8bfb530f6fde31'/>
<id>b4e5531f23f2b5b89f077ea27c8bfb530f6fde31</id>
<content type='text'>
I wrote this program before I started using sysexits. Now, a different
exit code makes more sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wrote this program before I started using sysexits. Now, a different
exit code makes more sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Remove version argument TODOs</title>
<updated>2022-08-20T17:50:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=29bb1bdcd208d52f910ffb87b652fa3cafd999f2'/>
<id>29bb1bdcd208d52f910ffb87b652fa3cafd999f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add version argument to man page</title>
<updated>2022-08-20T17:49:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=d819eafeb01cae75327360f050f82d7f2c1da009'/>
<id>d819eafeb01cae75327360f050f82d7f2c1da009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version command line argument</title>
<updated>2022-08-20T17:43:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=13b24a39bf855584541892b2406562c2dc8fcc2b'/>
<id>13b24a39bf855584541892b2406562c2dc8fcc2b</id>
<content type='text'>
* -V and --version now print the program version and exit
* Use the `exitcode` crate
* Rename `options` variable to `accepted_args`, which seems clearer
  given its usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* -V and --version now print the program version and exit
* Use the `exitcode` crate
* Rename `options` variable to `accepted_args`, which seems clearer
  given its usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Rename `options` variable to `copy_options`</title>
<updated>2022-08-20T17:25:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=4dfe6642eafff6638dc09c673eb1ac727d1438d9'/>
<id>4dfe6642eafff6638dc09c673eb1ac727d1438d9</id>
<content type='text'>
When investigating how to add a `--version` argument, I was confused by
this naming and thought that "options" referred to command line options.

Rename the variable to make its purpose clearer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When investigating how to add a `--version` argument, I was confused by
this naming and thought that "options" referred to command line options.

Rename the variable to make its purpose clearer.
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Idea for new exit code when no copy options</title>
<updated>2022-08-20T17:25:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=23afdba000d97c4e37b4adfaeb91b93c57e9966f'/>
<id>23afdba000d97c4e37b4adfaeb91b93c57e9966f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Idea for `--version` argument</title>
<updated>2022-08-20T17:24:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T17:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=dfa45eb0a3de4c4fcc427b70c91319eb8ef42bee'/>
<id>dfa45eb0a3de4c4fcc427b70c91319eb8ef42bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.4.0 -&gt; v0.5.0</title>
<updated>2022-08-20T16:34:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-20T16:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=48c14b015e61de892e93f36358666f890b222553'/>
<id>48c14b015e61de892e93f36358666f890b222553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
