README: add file format description
This commit is contained in:
parent
53948fa278
commit
9d79c36b00
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -15,3 +15,14 @@ Usage
|
||||||
$ stt -s # stop task
|
$ stt -s # stop task
|
||||||
$ stt [-l] # print report
|
$ 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue