<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ara, branch master</title>
<subtitle>Ara is a simple cli program that prints Covid-19 stats</subtitle>
<id>https://git.tilde.institute/andinus/ara/atom?h=master</id>
<link rel='self' href='https://git.tilde.institute/andinus/ara/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/'/>
<updated>2021-04-02T17:31:08Z</updated>
<entry>
<title>Fix date parsing</title>
<updated>2021-04-02T17:31:08Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2021-04-02T17:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=5347e2e3deab7827aa7cceb063ee9efd353eabbf'/>
<id>urn:sha1:5347e2e3deab7827aa7cceb063ee9efd353eabbf</id>
<content type='text'>
Some dates are in d/m/YYYY format, previously they used to be in
dd/mm/YYYY or maybe they were always in this format &amp; I only noticed
it now.

I should not parse dates this way &amp; use some module.
</content>
</entry>
<entry>
<title>Re-generate README</title>
<updated>2021-04-02T16:17:03Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2021-04-02T16:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=d6a67b9c2b6fdaf634d7c737a7a30c4c7446d588'/>
<id>urn:sha1:d6a67b9c2b6fdaf634d7c737a7a30c4c7446d588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update year in LICENSE</title>
<updated>2021-04-02T16:09:26Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2021-04-02T16:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=a8193ea6bbb379b00071eb9c7fda5d256b2dfc0f'/>
<id>urn:sha1:a8193ea6bbb379b00071eb9c7fda5d256b2dfc0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add note on showdelta about autohide</title>
<updated>2020-08-02T19:11:22Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-08-02T19:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=858f5b1b6d3f304753e8e758b96f8aac8188438d'/>
<id>urn:sha1:858f5b1b6d3f304753e8e758b96f8aac8188438d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix help option</title>
<updated>2020-08-02T18:52:59Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-08-02T18:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=f8ea3a3588b1fd09479364b01ab343dd8ac7f7ac'/>
<id>urn:sha1:f8ea3a3588b1fd09479364b01ab343dd8ac7f7ac</id>
<content type='text'>
--help was broken because it was being over-ridden by --h, now both
should work.
</content>
</entry>
<entry>
<title>Document autohide functionality in README</title>
<updated>2020-08-02T18:51:11Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-08-02T18:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=10744806d0ddc3f1a9e7ac4e18a702faa7dad770'/>
<id>urn:sha1:10744806d0ddc3f1a9e7ac4e18a702faa7dad770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Term::Size to cpanfile</title>
<updated>2020-08-02T18:46:06Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-08-02T18:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=d3a34d1e21ad1ba85992186cd94bab021b69cbc7'/>
<id>urn:sha1:d3a34d1e21ad1ba85992186cd94bab021b69cbc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add auto hide functionality</title>
<updated>2020-08-02T18:44:03Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-08-02T18:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=4af2e54cedd28d11150f7c339cb53ba4adc64258'/>
<id>urn:sha1:4af2e54cedd28d11150f7c339cb53ba4adc64258</id>
<content type='text'>
This will automatically hide columns if the term size is small. It's
just some dumb if conditions, no magic.
</content>
</entry>
<entry>
<title>Change color intensity, remove colors from state column</title>
<updated>2020-07-29T15:52:18Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-07-29T15:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=a86b7ddf871b545cb951c58d7dda2cedee80cf2a'/>
<id>urn:sha1:a86b7ddf871b545cb951c58d7dda2cedee80cf2a</id>
<content type='text'>
The numbers are increasing &amp; it made sense to increase values for
bolder colors. Also, I changed from ON_COLOR to BOLD because the
latter looks better. State colors were removed because it wasn't much
helpful.
</content>
</entry>
<entry>
<title>Add plain-text README file</title>
<updated>2020-07-12T08:52:50Z</updated>
<author>
<name>Andinus</name>
<email>andinus@nand.sh</email>
</author>
<published>2020-06-19T19:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tilde.institute/andinus/ara/commit/?id=128a1b7edb4c96a4ac2ead7cdeabce042691a374'/>
<id>urn:sha1:128a1b7edb4c96a4ac2ead7cdeabce042691a374</id>
<content type='text'>
cgit doesn't render Org files. I think I'll add `*.org' to
`.gitignore' &amp; export to plain text for README. My website will still
have the html version.
</content>
</entry>
</feed>
