<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Passextract, branch v0.2.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>README: Add information about `g` &amp; `G` mappings</title>
<updated>2016-08-18T01:05:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-18T01:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=426e7a89b6a00cdeab0dbbbb8b55eab37bc5c834'/>
<id>426e7a89b6a00cdeab0dbbbb8b55eab37bc5c834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cargo: Increase version v0.1.1 -&gt; v0.2.0</title>
<updated>2016-08-18T01:01:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-18T01:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=f0ebd70b355156c708a17b5cff0f50e0402b082d'/>
<id>f0ebd70b355156c708a17b5cff0f50e0402b082d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'g-jump-mappings'</title>
<updated>2016-08-18T00:51:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-18T00:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=2f0c32919be803fb0ec7f11f896e4e2e9c45b024'/>
<id>2f0c32919be803fb0ec7f11f896e4e2e9c45b024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for `g` and `G` movements</title>
<updated>2016-08-17T23:42:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-17T23:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=7cdc4aab7d142b83cf85cf42de92971874d53fce'/>
<id>7cdc4aab7d142b83cf85cf42de92971874d53fce</id>
<content type='text'>
`g`: moves the selection to the first option
`G`: moves the selection to the last option

This allows for faster selection if there are more than 2–3 options.

Using `g` still allows `gg` to work since doubling the command doesn't
change its meaning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`g`: moves the selection to the first option
`G`: moves the selection to the last option

This allows for faster selection if there are more than 2–3 options.

Using `g` still allows `gg` to work since doubling the command doesn't
change its meaning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cargo: Update version v0.1.0 -&gt; v0.1.1</title>
<updated>2016-08-07T00:48:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-07T00:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=8f7fc4deea1e02116e4435d1e8a6068fa63e0afd'/>
<id>8f7fc4deea1e02116e4435d1e8a6068fa63e0afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-passwords-containing-colon-space'</title>
<updated>2016-08-07T00:48:05+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-07T00:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=30383a2436c1d99dd3a43e8c71660723375f9209'/>
<id>30383a2436c1d99dd3a43e8c71660723375f9209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Cargo: Increase version v0.0.1 -&gt; v0.1.0</title>
<updated>2016-08-06T14:51:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T14:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=0712752918dfb47188c76c5bbaa432a1312b019d'/>
<id>0712752918dfb47188c76c5bbaa432a1312b019d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README.md: Add usage instructions within the TUI</title>
<updated>2016-08-06T14:26:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T14:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909'/>
<id>7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909</id>
<content type='text'>
Enumerate the commands available in the interactive interface and
describe what they do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enumerate the commands available in the interactive interface and
describe what they do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add screencast</title>
<updated>2016-08-06T14:21:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-06T14:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=c3efdc3c5f5a1c042c0b06867c5177a56a4dbe07'/>
<id>c3efdc3c5f5a1c042c0b06867c5177a56a4dbe07</id>
<content type='text'>
Include a Gif screencast displayed in the README.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a Gif screencast displayed in the README.
</pre>
</div>
</content>
</entry>
</feed>
