<feed xmlns='http://www.w3.org/2005/Atom'>
<title>formurapid/src, branch v0.0.2</title>
<subtitle>Fill in a PDF form using a text file</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/'/>
<entry>
<title>Accept multiple PDF input files</title>
<updated>2021-04-18T15:02:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-18T15:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=a3ecfe79cdae4dab5012ab1176c53f521000bd85'/>
<id>a3ecfe79cdae4dab5012ab1176c53f521000bd85</id>
<content type='text'>
Previously we only accepted the first PDF file given in free arguments.
Allow multiple files to be processed in a single call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we only accepted the first PDF file given in free arguments.
Allow multiple files to be processed in a single call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2021-04-18T02:17:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-18T02:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=096353723218a754ebc11d23e4be0d25d16da24f'/>
<id>096353723218a754ebc11d23e4be0d25d16da24f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--help` and `--version` flags</title>
<updated>2021-04-12T21:11:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-12T21:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=6ad5626a5d6ac98a9da445dc706a338d1475eb54'/>
<id>6ad5626a5d6ac98a9da445dc706a338d1475eb54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add function documentation</title>
<updated>2021-04-12T21:01:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-12T21:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=0c8a97cd2f67481722a9c1eda6cea4d93a2955cf'/>
<id>0c8a97cd2f67481722a9c1eda6cea4d93a2955cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main(): Replace `unwrap`s with `Result`s</title>
<updated>2021-04-11T22:00:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T22:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=5ac45fb0ed886c794410f91ff1e9fbabc9fc5517'/>
<id>5ac45fb0ed886c794410f91ff1e9fbabc9fc5517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate_fill_helpers(): Replace `unwrap`s with `anyhow::Result`s</title>
<updated>2021-04-11T18:15:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T18:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=23de87271c42b94ee5b273fb358ee362facdcaec'/>
<id>23de87271c42b94ee5b273fb358ee362facdcaec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fill(): Remove `unwrap`s</title>
<updated>2021-04-11T18:10:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T18:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=01c82770392b23176b4693d4456109f41a50fe45'/>
<id>01c82770392b23176b4693d4456109f41a50fe45</id>
<content type='text'>
Replace these with 'anyhow' `Result`s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace these with 'anyhow' `Result`s.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print usage on malformed command line arguments</title>
<updated>2021-04-11T17:25:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T17:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=0acbf02b7e380ac352f3e090023d9f9b28fbdb30'/>
<id>0acbf02b7e380ac352f3e090023d9f9b28fbdb30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main(): Move helper file generation to a separate function</title>
<updated>2021-04-11T17:00:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T17:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=60b04094f47b54b875bd53f5a1fecac6b5e740df'/>
<id>60b04094f47b54b875bd53f5a1fecac6b5e740df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all file names dynamic based on input form path</title>
<updated>2021-04-11T16:38:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-04-11T16:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/formurapid/commit/?id=ec3bec5c679a48cf28badcb515db2f346a88c6c4'/>
<id>ec3bec5c679a48cf28badcb515db2f346a88c6c4</id>
<content type='text'>
Write files in the same directory as the input form.

Files:

* PDF form with IDs filled
* TOML field file
* PDF with fields filled from TOML
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Write files in the same directory as the input form.

Files:

* PDF form with IDs filled
* TOML field file
* PDF with fields filled from TOML
</pre>
</div>
</content>
</entry>
</feed>
