<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pfc, branch v0.3.3</title>
<subtitle>Reverse Polish notation calculator for the terminal.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/'/>
<entry>
<title>update readme</title>
<updated>2023-02-03T21:50:02+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T21:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=0ba1f5aa16dd068c4355f9ea486ab5f92afb1104'/>
<id>0ba1f5aa16dd068c4355f9ea486ab5f92afb1104</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add GPL license</title>
<updated>2023-02-03T21:30:46+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T21:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=14c12c031c66a56d467f0894468a1ec353a12cae'/>
<id>14c12c031c66a56d467f0894468a1ec353a12cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add man page</title>
<updated>2023-02-03T21:13:45+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T21:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=2ae82d57c87a7a46fcf38ed4c7803fbb5472f5ce'/>
<id>2ae82d57c87a7a46fcf38ed4c7803fbb5472f5ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update version number to 0.3.0</title>
<updated>2023-02-03T13:59:10+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T13:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=0f6e1d41b37284dfcea5744ce81e78710b5a867c'/>
<id>0f6e1d41b37284dfcea5744ce81e78710b5a867c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>press d to delete buffer</title>
<updated>2023-02-03T13:58:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T13:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=58b6e5caac45e6f12b749ec8e3f4cf535ec25520'/>
<id>58b6e5caac45e6f12b749ec8e3f4cf535ec25520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor ui</title>
<updated>2023-02-02T17:13:47+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=c3c5d07e70e884d68caca4a42424dba839a8ddb5'/>
<id>c3c5d07e70e884d68caca4a42424dba839a8ddb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use closure rather than run() function</title>
<updated>2023-02-02T17:04:34+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T17:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=694a2de36951a145636dede5a0cad9e2179089e8'/>
<id>694a2de36951a145636dede5a0cad9e2179089e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary variable in main function</title>
<updated>2023-02-02T16:59:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=cb697cec2638d045adfcacc1b898e769de1c1810'/>
<id>cb697cec2638d045adfcacc1b898e769de1c1810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make input handling match expression more concise</title>
<updated>2023-02-02T16:53:05+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=f0d3cd10c587936e54aaf1b2dae23a40dc0265b4'/>
<id>f0d3cd10c587936e54aaf1b2dae23a40dc0265b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update version number to 0.2.0</title>
<updated>2023-02-02T16:49:53+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=9edca8db00a11d1c9b8ff029e838365db376c79f'/>
<id>9edca8db00a11d1c9b8ff029e838365db376c79f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
