about summary refs log tree commit diff stats
path: root/ara.pl
Commit message (Expand)AuthorAgeFilesLines
* Format numbers with Number::Format::SouthAsian, add to cpanfileAndinus2020-06-141-16/+26
* Print error when no rows to printAndinus2020-06-141-0/+3
* Change warning color to yellow from redAndinus2020-06-141-4/+5
* Add option to show only passed statesAndinus2020-06-141-8/+22
* Warn on invalid options instead of dyingAndinus2020-06-141-4/+8
* Make text on output readableAndinus2020-06-141-4/+4
* Use foreach instead of each, remove iterator reset lineAndinus2020-06-141-3/+2
* Warn about not hiding notes column only if notes option was passedAndinus2020-06-141-1/+2
* Alias updated to last updatedAndinus2020-06-141-0/+5
* Document a line, ignoring a warningAndinus2020-06-141-0/+1
* Enforce local optionAndinus2020-06-141-6/+9
* Fix file fetching logic, use mtime, switch to HTTP::SimpleAndinus2020-06-141-8/+9
* Add ability to hide columnsAndinus2020-06-141-23/+30
* Fix rows option behaviourAndinus2020-06-141-8/+8
* Initialize %hide earlierAndinus2020-06-141-2/+1
* Shorten "State Unassigned", check for statecode if length > 16Andinus2020-06-131-2/+10
* Add option to hide statesAndinus2020-06-131-7/+22
* Add option to hide 'Total' rowAndinus2020-06-131-2/+9
* Add more colors to outputAndinus2020-06-131-4/+14
* Remove colors from Last Updated columnAndinus2020-06-131-8/+5
* Add colors to terminal outputAndinus2020-06-131-11/+47
* Fix CRITICAL error: unveil was overriden by custom subAndinus2020-06-111-5/+8
* Use OpenBSD::Unveil only on OpenBSDAndinus2020-06-111-1/+7
* Add "nodelta" flagAndinus2020-06-111-7/+10
* Save $file in cache directoryAndinus2020-06-101-5/+7
* Use sprintf to append delta valuesAndinus2020-06-101-8/+3
* Use ->ctime instead of accessing the array directlyAndinus2020-06-101-1/+1
* Use ctime instead of mtime to compareAndinus2020-06-101-3/+3
* Better unveil listAndinus2020-06-101-3/+4
* Switch to HTTP::Tiny, add to cpanfileAndinus2020-06-101-5/+10
* Don't add '+' to deltaconfirmed if it's a negative numberAndinus2020-06-081-1/+6
* Restyle codeAndinus2020-06-071-46/+47
* Use foreach instead of eachAndinus2020-06-061-3/+4
* Use if block instead of '?'Andinus2020-06-061-2/+4
* Remove unused feature 'say'Andinus2020-06-061-1/+0
* Change Notes column width to 74Andinus2020-06-061-1/+1
* Add help flagAndinus2020-06-061-0/+12
* Add $rows argument, change behaviourAndinus2020-06-061-73/+81
* use Getopt::Long to GetOptions from cliAndinus2020-06-061-9/+31
* Switch to Text::ASCIITable for $covid_19_dataAndinus2020-06-061-8/+18
* Remove DateTime, use Time::Moment insteadAndinus2020-06-061-9/+11
* Use == to compare numbers instead of eqAndinus2020-06-061-1/+1
* Use Time::Moment for $file_mtime instead of DateTimeAndinus2020-06-061-5/+3
* use File::Fetch only when requiredAndinus2020-06-061-1/+2
* Use Text::ASCIITable for State NotesAndinus2020-06-051-7/+7
* Print state notes along with covid-19 dataAndinus2020-06-051-4/+16
* Merge if statements into a single blockAndinus2020-06-051-9/+7
* Fetch latest data only if local data is old or doesn't existAndinus2020-06-051-6/+24
* Fix deltarecovered & deltadeathsAndinus2020-06-051-2/+2
* Show delta only if it was updated TodayAndinus2020-06-051-3/+16