diff --git a/README.md b/README.md index 20c5121..4ff9b01 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,9 @@ +![travis-ci](https://travis-ci.com/schoetbi/TTrack.svg?token=49gyUuwE7PY3x5UsqSvU&branch=master) + # TTrack the command line time tracker TTrack helps you to keep track of the time you spent on your projects and tasks -## Ideas behind TTrack - -At the same time I wanted to keep track of both the time I spent on each project and also the -time I spent on each task within this project. - -The tasks are entered in the form ``/`` - -After all the work I like to have two kinds of report in a time period e.g. a month. - -1. A report where I can see the time I spent on each project -2. A report for the time on each task - -Both report types have the option to aggregate the work daily. - ## Usage ### Begin a task @@ -48,6 +36,20 @@ You also can use two options: Both options can be combined to get a report of the time you spent on each project starting from 1st of November till now grouped by day. +## Ideas behind TTrack + +At the same time I wanted to keep track of both the time I spent on each project and also the +time I spent on each task within this project. + +The tasks are entered in the form ``/`` + +After all the work I like to have two kinds of report in a time period e.g. a month. + +1. A report where I can see the time I spent on each project +2. A report for the time on each task + +Both report types have the option to aggregate the work daily. + ## Installation To install ttrack clone or download this repository and build it with ``go build``. Then install it with ``go install``.