diff --git a/README.md b/README.md index 6d45fb6..9065314 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Zeit erfassen. A command line tool for tracking time spent on tasks & projects. ## Build -``` +```sh make ``` @@ -15,36 +15,48 @@ Please make sure to `export ZEIT_DB=~/.config/zeit.db` (or whatever location you ### Track activity -``` +```sh zeit track --help ``` Example: -``` +```sh zeit track --project project --task task --begin -0:15 ``` ### Show current activity -``` +```sh zeit tracking ``` ### Finish tracking activity -``` +```sh zeit finish --help ``` Example: -``` +```sh zeit finish ``` ### List tracked activity -``` +```sh zeit list ``` + +### Import tracked activities + +```sh +zeit import --help +``` + +Example: + +```sh +zeit import --tyme ./tyme.export.json +```