about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Print yearly records for each user HEAD masterAndinus2021-09-011-12/+19
|
* Release v0.1.1 v0.1.1Andinus2021-08-193-1/+15
| | | | | + Add release notes. + Bump version.
* Add Demo to READMEAndinus2021-08-192-0/+24
|
* Sort Yearly report by monthAndinus2021-08-191-2/+2
|
* Add tests for timestamp-to-date subroutineAndinus2021-08-161-0/+7
|
* 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.
* Add timestamp-to-date subroutine, module TimestampAndinus2021-08-162-1/+9
| | | | It returns Date object of given stamp.
* Focus bottom pane on selectionAndinus2021-08-161-4/+5
|
* Add tests for seconds-to-str v0.1.0Andinus2021-08-162-0/+16
|
* Add seconds-to-str subroutine to format seconds, add Taurus::SecondsAndinus2021-08-163-7/+22
| | | | Formatting seconds was moved to seconds-to-str module.
* Add plain text READMEAndinus2021-08-151-0/+130
|
* Update formattingAndinus2021-08-151-12/+13
|
* Add Release NewsAndinus2021-08-151-0/+15
|
* Remove testing code, Update version printAndinus2021-08-151-2/+2
|
* Update dependencies in META6.jsonAndinus2021-08-151-2/+1
|
* Implement basic UIAndinus2021-08-151-24/+117
|
* Update dependencies in META6.jsonAndinus2021-08-151-0/+1
|
* Add Initial implementation, update READMEAndinus2021-08-152-1/+30
|
* Initial CommitAndinus2021-08-145-0/+111