The goal of this project was to create a very simple, terminal based time tracking tool. I did this project in C because i admire its elegance and wanted to improve my skills in a very low level language. Features include:
- starting and stopping a timer
- saving those time snippets in an exported csv file for easy transfer
- summing up all time snippets over the whole period
- gcc main.c -o main && ./main
- x86_64-w64-mingw32-gcc main.c -o program.exe