| Commit message (Expand) | Author | Age | Files | Lines |
* | Add HTTP::Simple to cpanfile, remove HTTP::Tiny | Andinus | 2020-06-14 | 1 | -1/+1 |
* | 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 |
* | Add Term::ANSIColor to cpanfile | Andinus | 2020-06-13 | 1 | -0/+1 |
* | 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 |
* | Add note for OpenBSD users in README | Andinus | 2020-06-11 | 1 | -2/+2 |
* | 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 | 2 | -6/+14 |
* | 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 |
* | Add demo video, remove example output | Andinus | 2020-06-06 | 1 | -46/+1 |
* | Change Notes column width to 74 | Andinus | 2020-06-06 | 1 | -1/+1 |
* | Add help flag | Andinus | 2020-06-06 | 1 | -0/+12 |
* | Add Getopt::Long to cpanfile | Andinus | 2020-06-06 | 1 | -0/+1 |
* | 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 |
* | Remove Text::Table::Tiny from cpanfile | Andinus | 2020-06-06 | 1 | -1/+0 |
* | Switch to Text::ASCIITable for $covid_19_data | Andinus | 2020-06-06 | 1 | -8/+18 |
* | Add Time::Moment, remove DateTime from cpanfile | Andinus | 2020-06-06 | 1 | -1/+1 |
* | 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 |
* | Add Text::ASCIITable to cpanfile | Andinus | 2020-06-06 | 1 | -0/+1 |
* | 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 |