Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Yearly report by month | Andinus | 2021-08-19 | 1 | -2/+2 |
| | |||||
* | Remove progress frame | Andinus | 2021-08-16 | 1 | -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 Records | Andinus | 2021-08-16 | 1 | -29/+47 |
| | | | | | Move Printing basic & common statistics to `print-basic-stats' subroutine. | ||||
* | Add timestamp-to-date subroutine, module Timestamp | Andinus | 2021-08-16 | 1 | -0/+7 |
| | | | | It returns Date object of given stamp. | ||||
* | Focus bottom pane on selection | Andinus | 2021-08-16 | 1 | -4/+5 |
| | |||||
* | Add seconds-to-str subroutine to format seconds, add Taurus::Seconds | Andinus | 2021-08-16 | 2 | -6/+20 |
| | | | | Formatting seconds was moved to seconds-to-str module. | ||||
* | Update formatting | Andinus | 2021-08-15 | 1 | -12/+13 |
| | |||||
* | Remove testing code, Update version print | Andinus | 2021-08-15 | 1 | -2/+2 |
| | |||||
* | Implement basic UI | Andinus | 2021-08-15 | 1 | -24/+117 |
| | |||||
* | Add Initial implementation, update README | Andinus | 2021-08-15 | 1 | -0/+29 |