- Timer runs like a progress bar in the CLI - bell rings after completion.
- Print stats on how many runs you've already completed e.g. on a daily or monthly basis.
- Tasks saved in monthly JSON files.
- Download binary or build from source.
- Run binary with default time(25min) and a task:
./pomodoro -t 'Learning Bitcoin from the Command Line chapter - ch. 6.1'
- List daily runs:
./pomodoro -l d
- To Pause press: ctrl + s
- To Resume press: ctrl + q
- Duration with:
-darg<int> - Task name:
-targs<string> - Print out:
-lopts are:m= monthlyd= dailyall= all months of the yearJanuary,February... = specific Month

