| Commit message (Expand) | Author | Age | Files | Lines |
* | Document autohide functionality in README | Andinus | 2020-08-03 | 1 | -8/+25 |
* | Add Term::Size to cpanfile | Andinus | 2020-08-03 | 1 | -0/+1 |
* | Add auto hide functionality | Andinus | 2020-08-03 | 1 | -1/+14 |
* | Change color intensity, remove colors from state column | Andinus | 2020-07-29 | 1 | -13/+10 |
* | Add plain-text README file | Andinus | 2020-07-12 | 3 | -219/+297 |
* | Move state notes table generator to a module | Andinus | 2020-06-18 | 2 | -15/+72 |
* | Use %show instead of @to_show | Andinus | 2020-06-18 | 1 | -1/+1 |
* | Remove HTTP::Tiny related code, change $response to $status | Andinus | 2020-06-16 | 1 | -6/+3 |
* | Add showdelta option | Andinus | 2020-06-16 | 1 | -13/+15 |
* | Describe showdelta in README, add changes about help option | Andinus | 2020-06-16 | 1 | -0/+6 |
* | Fix cpanfile, require Net::SSLeay | Andinus | 2020-06-15 | 1 | -3/+2 |
* | Remove $SIG{__DIE__} | Andinus | 2020-06-15 | 1 | -1/+0 |
* | Override warn & die sub to add colors | Andinus | 2020-06-15 | 1 | -14/+15 |
* | Update README with documentation | Andinus | 2020-06-15 | 1 | -1/+190 |
* | Move HelpMessage sub near GetOptions | Andinus | 2020-06-15 | 1 | -18/+18 |
* | Add option to remove number formatting with words | Andinus | 2020-06-14 | 1 | -5/+7 |
* | Format numbers with Number::Format::SouthAsian, add to cpanfile | Andinus | 2020-06-14 | 2 | -16/+27 |
* | 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 |
* | Add latest demo video to README | Andinus | 2020-06-14 | 1 | -1/+4 |
* | 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 |
* | 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 |