This is a simple timekeeping CLI utility. It gives you the option to START a session, PAUSE and CONTINUE and STOP.
The output of this program is a .log file that contains time spent on a project.
- task, an inputed task that will be put as a descriptor into the .log file
- compile via make
- ./timekeeper "optional TASK"
This is currently a WIP(Work in progress) project. Basic functionality is there, but more should come...