Updated README.md

This commit is contained in:
マリウス 2020-10-16 01:04:42 +01:00
parent 0cb4de29d9
commit 933204c9d4
No known key found for this signature in database
GPG key ID: C228EF0A530AF06F

View file

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