fix some README github markdown format
This commit is contained in:
parent
74850503dd
commit
443476a22b
1 changed files with 16 additions and 16 deletions
32
README.md
32
README.md
|
|
@ -6,28 +6,28 @@ Simple Time Tracker
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
# make clean install
|
# make clean install
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
$ stt -a task # start task
|
$ stt -a task # start task
|
||||||
$ stt -s # stop task
|
$ stt -s # stop task
|
||||||
$ stt [-l] # print report
|
$ stt [-l] # print report
|
||||||
task: task
|
task: task
|
||||||
started at: Wed Oct 2 19:04:04 2019
|
started at: Wed Oct 2 19:04:04 2019
|
||||||
ended at: Wed Oct 2 19:05:04 2019
|
ended at: Wed Oct 2 19:05:04 2019
|
||||||
duration(hours): 0.02
|
duration(hours): 0.02
|
||||||
|
|
||||||
task: readme@stt
|
task: readme@stt
|
||||||
started at: Wed Oct 2 19:05:04 2019
|
started at: Wed Oct 2 19:05:04 2019
|
||||||
ended at: Wed Oct 2 19:09:28 2019
|
ended at: Wed Oct 2 19:09:28 2019
|
||||||
duration(hours): 0.07
|
duration(hours): 0.07
|
||||||
|
|
||||||
task: publish@stt
|
task: publish@stt
|
||||||
started at: Wed Oct 2 19:09:28 2019
|
started at: Wed Oct 2 19:09:28 2019
|
||||||
still running
|
still running
|
||||||
duration(hours): 0.11
|
duration(hours): 0.11
|
||||||
|
|
||||||
Files
|
Files
|
||||||
-----
|
-----
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue