<feed xmlns='http://www.w3.org/2005/Atom'>
<title>finbudg, branch v0.2.0</title>
<subtitle>Quick cli tool to calculate your expenses and balance for a set period of time.</subtitle>
<id>https://git.yaroslavps.com/archive/finbudg/atom?h=v0.2.0</id>
<link rel='self' href='https://git.yaroslavps.com/archive/finbudg/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/'/>
<updated>2020-10-12T21:39:41Z</updated>
<entry>
<title>Makefile: fix MANDIR variable</title>
<updated>2020-10-12T21:39:41Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-12T21:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=d79b2661c8af24c508f90419f01009175cd704d4'/>
<id>urn:sha1:d79b2661c8af24c508f90419f01009175cd704d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated README</title>
<updated>2020-10-12T21:38:44Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-12T21:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=ffc0d0b6fd68b949c8d8fd2dca99026b1f4c1cfb'/>
<id>urn:sha1:ffc0d0b6fd68b949c8d8fd2dca99026b1f4c1cfb</id>
<content type='text'>
Added information on how to build and install.
</content>
</entry>
<entry>
<title>Added Makefile; Version bump</title>
<updated>2020-10-12T20:46:17Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-12T20:46:17Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=65a08f2ee361c5fd7da1a700154ea3f91997ea59'/>
<id>urn:sha1:65a08f2ee361c5fd7da1a700154ea3f91997ea59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Man pages</title>
<updated>2020-10-12T20:45:06Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-12T20:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da'/>
<id>urn:sha1:ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to superior indentation method</title>
<updated>2020-10-10T13:04:07Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-10T13:04:07Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=e6b225226d4f19577ac7c46e3bf43d97ae77c670'/>
<id>urn:sha1:e6b225226d4f19577ac7c46e3bf43d97ae77c670</id>
<content type='text'>
Also set max width of lines to 80, because I like being able to open my
code in vertical splits and fitting each window.
</content>
</entry>
<entry>
<title>take into account shared expenses</title>
<updated>2020-10-09T20:51:37Z</updated>
<author>
<name>Yaroslav de la Peña Smirnov</name>
<email>yps@yaroslavps.com</email>
</author>
<published>2020-10-09T20:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=c1d4b0a43046b8aa4bad6ebf6ca3f74aba1bb54f'/>
<id>urn:sha1:c1d4b0a43046b8aa4bad6ebf6ca3f74aba1bb54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Account for days elapsed based on latest date</title>
<updated>2020-10-06T11:13:14Z</updated>
<author>
<name>Yaroslav</name>
<email>contact@yaroslavps.com</email>
</author>
<published>2020-10-06T11:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=742b9fa46d74762f58ae939afd980a532cc4636f'/>
<id>urn:sha1:742b9fa46d74762f58ae939afd980a532cc4636f</id>
<content type='text'>
Instead of counting the number of days for the averge through
the number of iterations, let it be the difference between the latest
date on entry and the start of the period. Id est:

* 'Missing' dates from the input are implicit.
* The order of the days doesn't affect the output (although it doesn't
make sense to put the days out of order).
</content>
</entry>
<entry>
<title>Allow days with no expenses</title>
<updated>2020-10-05T21:20:03Z</updated>
<author>
<name>Yaroslav</name>
<email>contact@yaroslavps.com</email>
</author>
<published>2020-10-05T21:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=cc688c4dc73d3b13be5aba1bd292cc31265c5d04'/>
<id>urn:sha1:cc688c4dc73d3b13be5aba1bd292cc31265c5d04</id>
<content type='text'>
Also fix "spelling" mistake in output ("..." instead of "..").
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2020-10-05T18:20:59Z</updated>
<author>
<name>Yaroslav</name>
<email>contact@yaroslavps.com</email>
</author>
<published>2020-10-05T18:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.yaroslavps.com/archive/finbudg/commit/?id=408b0ac993496b108ec1e479151d549e9535051a'/>
<id>urn:sha1:408b0ac993496b108ec1e479151d549e9535051a</id>
<content type='text'>
</content>
</entry>
</feed>
