<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Passextract, branch v0.0.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>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>
<entry>
<title>Remove `set_cursor` calls</title>
<updated>2016-08-06T08:49:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T08:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=f4b7600f28e5d056569424aaa83e05127e1a0816'/>
<id>f4b7600f28e5d056569424aaa83e05127e1a0816</id>
<content type='text'>
Don't move the cursor when the selection is changed. It was flickering,
which looked rather distracting. Removing the cursor makes the interface
look more fluid and snappy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't move the cursor when the selection is changed. It was flickering,
which looked rather distracting. Removing the cursor makes the interface
look more fluid and snappy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test file that can be piped to the program</title>
<updated>2016-08-06T08:48:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T08:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=c7fcf123499050a6b187ed7e5448fa88d92dc60b'/>
<id>c7fcf123499050a6b187ed7e5448fa88d92dc60b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse options from STDIN</title>
<updated>2016-08-06T08:42:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T08:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=78681400909e395372a5e6fe743fbdc7b1c39752'/>
<id>78681400909e395372a5e6fe743fbdc7b1c39752</id>
<content type='text'>
Read STDIN and get all lines that start with "e: ", "u: ", and "p: ". If
none are found, exit.

These lines get added to the `options` vector which then gets displayed
in the TUI. Since the contents of the vector are different from our
hard-coded one, use a borrow on the clipboard write call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read STDIN and get all lines that start with "e: ", "u: ", and "p: ". If
none are found, exit.

These lines get added to the `options` vector which then gets displayed
in the TUI. Since the contents of the vector are different from our
hard-coded one, use a borrow on the clipboard write call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle `Result` on clipboard `set_contents`</title>
<updated>2016-08-06T06:20:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T06:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=a090a72139ae0d1466859758b57408b4de49c14a'/>
<id>a090a72139ae0d1466859758b57408b4de49c14a</id>
<content type='text'>
Change the colour of the selection arrow to red if there's an error and
green if the clipboard was written to successfully.

The colour only lasts for 100 milliseconds because that's the refresh
rate of the loop. This seems to be a nice way to briefly offer a visual
notification and automatically return the interface to normal right
afterward.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the colour of the selection arrow to red if there's an error and
green if the clipboard was written to successfully.

The colour only lasts for 100 milliseconds because that's the refresh
rate of the loop. This seems to be a nice way to briefly offer a visual
notification and automatically return the interface to normal right
afterward.
</pre>
</div>
</content>
</entry>
<entry>
<title>knockout_cell: Use name instead of hex code byte</title>
<updated>2016-08-06T06:18:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T06:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=bcddc44e2f034c1b7ef0dfb2037184b96080a1ae'/>
<id>bcddc44e2f034c1b7ef0dfb2037184b96080a1ae</id>
<content type='text'>
Better readability and it's the same. It looked a little darker than
white, that's why I changed it, but they're the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better readability and it's the same. It looked a little darker than
white, that's why I changed it, but they're the same.
</pre>
</div>
</content>
</entry>
</feed>
