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
```
```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
```