Simple Time Tracker

This commit is contained in:
Simon Lieb 2019-10-02 19:01:25 +02:00
commit 53948fa278
8 changed files with 555 additions and 0 deletions

5
TODO.md Normal file
View file

@ -0,0 +1,5 @@
* play with <sys/tree.h> instead of home made tree funcs
* add argument to list previous/arbitraty days
* easier past task management than `date -d <date> +%s && vim ~/.ttime`
* add some more complex task description (i.e: task@project)
* use task@project to group task in reports