index
:
ara
this commit
master
Ara is a simple cli program that prints Covid-19 stats
Andinus <andinus@nand.sh>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ara.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format numbers with Number::Format::SouthAsian, add to cpanfile
Andinus
2020-06-14
1
-16
/
+26
*
Print error when no rows to print
Andinus
2020-06-14
1
-0
/
+3
*
Change warning color to yellow from red
Andinus
2020-06-14
1
-4
/
+5
*
Add option to show only passed states
Andinus
2020-06-14
1
-8
/
+22
*
Warn on invalid options instead of dying
Andinus
2020-06-14
1
-4
/
+8
*
Make text on output readable
Andinus
2020-06-14
1
-4
/
+4
*
Use foreach instead of each, remove iterator reset line
Andinus
2020-06-14
1
-3
/
+2
*
Warn about not hiding notes column only if notes option was passed
Andinus
2020-06-14
1
-1
/
+2
*
Alias updated to last updated
Andinus
2020-06-14
1
-0
/
+5
*
Document a line, ignoring a warning
Andinus
2020-06-14
1
-0
/
+1
*
Enforce local option
Andinus
2020-06-14
1
-6
/
+9
*
Fix file fetching logic, use mtime, switch to HTTP::Simple
Andinus
2020-06-14
1
-8
/
+9
*
Add ability to hide columns
Andinus
2020-06-14
1
-23
/
+30
*
Fix rows option behaviour
Andinus
2020-06-14
1
-8
/
+8
*
Initialize %hide earlier
Andinus
2020-06-14
1
-2
/
+1
*
Shorten "State Unassigned", check for statecode if length > 16
Andinus
2020-06-13
1
-2
/
+10
*
Add option to hide states
Andinus
2020-06-13
1
-7
/
+22
*
Add option to hide 'Total' row
Andinus
2020-06-13
1
-2
/
+9
*
Add more colors to output
Andinus
2020-06-13
1
-4
/
+14
*
Remove colors from Last Updated column
Andinus
2020-06-13
1
-8
/
+5
*
Add colors to terminal output
Andinus
2020-06-13
1
-11
/
+47
*
Fix CRITICAL error: unveil was overriden by custom sub
Andinus
2020-06-11
1
-5
/
+8
*
Use OpenBSD::Unveil only on OpenBSD
Andinus
2020-06-11
1
-1
/
+7
*
Add "nodelta" flag
Andinus
2020-06-11
1
-7
/
+10
*
Save $file in cache directory
Andinus
2020-06-10
1
-5
/
+7
*
Use sprintf to append delta values
Andinus
2020-06-10
1
-8
/
+3
*
Use ->ctime instead of accessing the array directly
Andinus
2020-06-10
1
-1
/
+1
*
Use ctime instead of mtime to compare
Andinus
2020-06-10
1
-3
/
+3
*
Better unveil list
Andinus
2020-06-10
1
-3
/
+4
*
Switch to HTTP::Tiny, add to cpanfile
Andinus
2020-06-10
1
-5
/
+10
*
Don't add '+' to deltaconfirmed if it's a negative number
Andinus
2020-06-08
1
-1
/
+6
*
Restyle code
Andinus
2020-06-07
1
-46
/
+47
*
Use foreach instead of each
Andinus
2020-06-06
1
-3
/
+4
*
Use if block instead of '?'
Andinus
2020-06-06
1
-2
/
+4
*
Remove unused feature 'say'
Andinus
2020-06-06
1
-1
/
+0
*
Change Notes column width to 74
Andinus
2020-06-06
1
-1
/
+1
*
Add help flag
Andinus
2020-06-06
1
-0
/
+12
*
Add $rows argument, change behaviour
Andinus
2020-06-06
1
-73
/
+81
*
use Getopt::Long to GetOptions from cli
Andinus
2020-06-06
1
-9
/
+31
*
Switch to Text::ASCIITable for $covid_19_data
Andinus
2020-06-06
1
-8
/
+18
*
Remove DateTime, use Time::Moment instead
Andinus
2020-06-06
1
-9
/
+11
*
Use == to compare numbers instead of eq
Andinus
2020-06-06
1
-1
/
+1
*
Use Time::Moment for $file_mtime instead of DateTime
Andinus
2020-06-06
1
-5
/
+3
*
use File::Fetch only when required
Andinus
2020-06-06
1
-1
/
+2
*
Use Text::ASCIITable for State Notes
Andinus
2020-06-05
1
-7
/
+7
*
Print state notes along with covid-19 data
Andinus
2020-06-05
1
-4
/
+16
*
Merge if statements into a single block
Andinus
2020-06-05
1
-9
/
+7
*
Fetch latest data only if local data is old or doesn't exist
Andinus
2020-06-05
1
-6
/
+24
*
Fix deltarecovered & deltadeaths
Andinus
2020-06-05
1
-2
/
+2
*
Show delta only if it was updated Today
Andinus
2020-06-05
1
-3
/
+16
[next]