README: add file format description

This commit is contained in:
Simon Lieb 2019-10-02 19:11:01 +02:00
parent 53948fa278
commit 9d79c36b00

View file

@ -15,3 +15,14 @@ Usage
$ stt -s # stop task
$ stt [-l] # print report
Files
-----
If current working directory contains a `.ttimes` file it will be used
otherwise it will create or use `~/.ttimes`.
File format looks like:
<start-unix-timestamp>;<end-unix-timestamp>;<task>
Zero value end timestamp means task is still running.