about summary refs log tree commit diff stats
path: root/lib/Taurus/CLI.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Print yearly records for each user HEAD masterAndinus2021-09-011-12/+19
|
* Sort Yearly report by monthAndinus2021-08-191-2/+2
|
* Remove progress frameAndinus2021-08-161-18/+9
| | | | | We don't have to create a new frame to show progress, this instead prints it to pane0 and clears it when done.
* Add Yearly RecordsAndinus2021-08-161-29/+47
| | | | | Move Printing basic & common statistics to `print-basic-stats' subroutine.
* Focus bottom pane on selectionAndinus2021-08-161-4/+5
|
* Add seconds-to-str subroutine to format seconds, add Taurus::SecondsAndinus2021-08-161-6/+9
| | | | Formatting seconds was moved to seconds-to-str module.
* Update formattingAndinus2021-08-151-12/+13
|
* Remove testing code, Update version printAndinus2021-08-151-2/+2
|
* Implement basic UIAndinus2021-08-151-24/+117
|
* Add Initial implementation, update READMEAndinus2021-08-151-0/+29