<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Passextract/src, branch v0.1.1</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>strip_key: Fix for values that contain ": "</title>
<updated>2016-08-07T00:43:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-07T00:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=874d653d420ea98680dd820f3bdd60afb3931747'/>
<id>874d653d420ea98680dd820f3bdd60afb3931747</id>
<content type='text'>
Values that contained ": " would not be parsed correctly for copying to
the clipboard. If, for example, a password contained ": ", those
characters and any following them wouldn't be copied. This change allows
such passwords to be copied correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Values that contained ": " would not be parsed correctly for copying to
the clipboard. If, for example, a password contained ": ", those
characters and any following them wouldn't be copied. This change allows
such passwords to be copied correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GPLv3+)</title>
<updated>2016-08-06T12:43:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T12:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=01ae017a7dc2c66428c7db28dbf38f6efdbe09ab'/>
<id>01ae017a7dc2c66428c7db28dbf38f6efdbe09ab</id>
<content type='text'>
Also include brief notices in the source files. Not a fan of the huge
blocks of text that the FSF recommends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also include brief notices in the source files. Not a fan of the huge
blocks of text that the FSF recommends.
</pre>
</div>
</content>
</entry>
<entry>
<title>parse_options: Add a short sentence of documentation</title>
<updated>2016-08-06T12:11:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T12:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=9481309d1d118afe97f161cba00625ac68ab2b62'/>
<id>9481309d1d118afe97f161cba00625ac68ab2b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract options from both `pass` and STDIN</title>
<updated>2016-08-06T12:06:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T12:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=b9d53190baee46674f01b41f099dfebb85ae22fa'/>
<id>b9d53190baee46674f01b41f099dfebb85ae22fa</id>
<content type='text'>
Get option extraction/parsing working both for STDIN and for calls to
`pass show`.

If no argument is passed to the executable or the first argument is "-",
options are read from STDIN. Otherwise, the first argument is passed to
`pass show`, the output of which is parsed as options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get option extraction/parsing working both for STDIN and for calls to
`pass show`.

If no argument is passed to the executable or the first argument is "-",
options are read from STDIN. Otherwise, the first argument is passed to
`pass show`, the output of which is parsed as options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Call `pass show` with the given argument and run Passextract on result</title>
<updated>2016-08-06T11:29:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=494742673e26628f9b98185321db737b936af954'/>
<id>494742673e26628f9b98185321db737b936af954</id>
<content type='text'>
Temporarily comment out code that deals with STDIN to get this feature
working. It complicated things to leave it in right now.

Given an argument that isn't "-" (STDIN), we pass that argument to `pass
show`. Users correctly get a password prompt from `pass`, and the output
from the command gets sent to the Passextract TUI for display in the
menu and copying.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temporarily comment out code that deals with STDIN to get this feature
working. It complicated things to leave it in right now.

Given an argument that isn't "-" (STDIN), we pass that argument to `pass
show`. Users correctly get a password prompt from `pass`, and the output
from the command gets sent to the Passextract TUI for display in the
menu and copying.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for `strip_key`</title>
<updated>2016-08-06T09:58:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T09:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=97feec40b57031156196af7c61ccbc2aba6ec8d7'/>
<id>97feec40b57031156196af7c61ccbc2aba6ec8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make selection arrow movement code DRY</title>
<updated>2016-08-06T09:38:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T09:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=833339151a14866ccf499dd57f1849766c7c3555'/>
<id>833339151a14866ccf499dd57f1849766c7c3555</id>
<content type='text'>
Remove the duplication of these lines for the `j` and `k` commands by
extracting them to a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the duplication of these lines for the `j` and `k` commands by
extracting them to a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set window title in knockout text</title>
<updated>2016-08-06T09:00:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T09:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=b4e150f01e9d282a6dab318ee7bb0ee9884b2263'/>
<id>b4e150f01e9d282a6dab318ee7bb0ee9884b2263</id>
<content type='text'>
Make the title appear in white-on-black knockout text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the title appear in white-on-black knockout text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable in getchar pattern match</title>
<updated>2016-08-06T08:58:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T08:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=436a22b1a6b82e9a73a4a1781970da50b350ecee'/>
<id>436a22b1a6b82e9a73a4a1781970da50b350ecee</id>
<content type='text'>
Use `_` for the default/general case. Do nothing in this case, just
continue looping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `_` for the default/general case. Do nothing in this case, just
continue looping.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remote the "test" line</title>
<updated>2016-08-06T08:51:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T08:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=31bb6424e38e35e76dea4d4921dbdff4009abca7'/>
<id>31bb6424e38e35e76dea4d4921dbdff4009abca7</id>
<content type='text'>
Delete this line from the TUI display and adjust the real output lines
to be one line higher.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete this line from the TUI display and adjust the real output lines
to be one line higher.
</pre>
</div>
</content>
</entry>
</feed>
