<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Passextract/Makefile, branch v0.4.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>Increase version v0.3.0 -&gt; v0.4.0</title>
<updated>2018-03-03T18:00:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-03T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=1e3124dad75f7604f40e7d99b77e745064634c3d'/>
<id>1e3124dad75f7604f40e7d99b77e745064634c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add a `release` target</title>
<updated>2018-03-03T17:53:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-03T17:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=3ea4ae1de32985489d6774bf0ec864878ddbbbf4'/>
<id>3ea4ae1de32985489d6774bf0ec864878ddbbbf4</id>
<content type='text'>
Script the release process to make it easier to build a tar containing
the executable, Bash completion, and the man page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Script the release process to make it easier to build a tar containing
the executable, Bash completion, and the man page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Clean up man page bold literal transformation</title>
<updated>2018-03-03T17:26:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-03T17:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=517f9c6ec992212576aaef7b510486650dd99f50'/>
<id>517f9c6ec992212576aaef7b510486650dd99f50</id>
<content type='text'>
Instead of the messy variables we were using, which caused
`passextract.1.txt.tmp` and `passextract.1` files to be generated at the
root of the project, create a few new targets to do the "`"` to "*"
transformation and build the man page from a temporary file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of the messy variables we were using, which caused
`passextract.1.txt.tmp` and `passextract.1` files to be generated at the
root of the project, create a few new targets to do the "`"` to "*"
transformation and build the man page from a temporary file.
</pre>
</div>
</content>
</entry>
<entry>
<title>passextract.1: Make literals bold</title>
<updated>2018-03-03T17:22:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-03T17:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=af1720c73402fbac95ce05a03acf153fdbf404b3'/>
<id>af1720c73402fbac95ce05a03acf153fdbf404b3</id>
<content type='text'>
To more clearly identify literals in "`literal`" blocks in the man page,
make them bold by doing a simple text replacement on them.

Note that this Makefile makes a `passextract.1` file at the root of the
project. Need to fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To more clearly identify literals in "`literal`" blocks in the man page,
make them bold by doing a simple text replacement on them.

Note that this Makefile makes a `passextract.1` file at the root of the
project. Need to fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page</title>
<updated>2018-03-03T16:58:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-03T14:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Passextract/commit/?id=094f65dc9966ffddc9798ed506de6c4e159d82af'/>
<id>094f65dc9966ffddc9798ed506de6c4e159d82af</id>
<content type='text'>
Provide a man page for in situ documentation. Use AsciiDoc to generate
the man page.

Yay, my first man page!

Resources:
- https://github.com/BurntSushi/ripgrep/blob/fe9be65/build.rs
- https://github.com/BurntSushi/ripgrep/blob/f5411b9/doc/rg.1.txt.tpl
- http://www.methods.co.nz/asciidoc/asciidoc.1.txt
- https://github.com/git/git/blob/23f8239/Documentation/git-clean.txt
- https://github.com/git/git/blob/8a8f121049fdd881981799755a041b3f81449805/Documentation/asciidoctor-extensions.rb
- http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
- https://github.com/git/git/commit/5945717009cbd07fc303939452df6475ac342fe7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a man page for in situ documentation. Use AsciiDoc to generate
the man page.

Yay, my first man page!

Resources:
- https://github.com/BurntSushi/ripgrep/blob/fe9be65/build.rs
- https://github.com/BurntSushi/ripgrep/blob/f5411b9/doc/rg.1.txt.tpl
- http://www.methods.co.nz/asciidoc/asciidoc.1.txt
- https://github.com/git/git/blob/23f8239/Documentation/git-clean.txt
- https://github.com/git/git/blob/8a8f121049fdd881981799755a041b3f81449805/Documentation/asciidoctor-extensions.rb
- http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
- https://github.com/git/git/commit/5945717009cbd07fc303939452df6475ac342fe7
</pre>
</div>
</content>
</entry>
</feed>
