zeit/README.md

51 lines
555 B
Markdown
Raw Normal View History

2020-10-14 23:50:05 +00:00
zeit
----
Zeit erfassen. A command line tool for tracking time spent on tasks & projects.
## Build
```
make
```
## Usage
2020-10-14 23:51:12 +00:00
Please make sure to `export ZEIT_DB=~/.config/zeit.db` (or whatever location you would like to have the zeit database at).
2020-10-15 21:46:57 +00:00
### Track activity
2020-10-14 23:50:05 +00:00
```
zeit track --help
```
Example:
```
zeit track --project project --task task --begin -0:15
```
2020-10-15 21:46:57 +00:00
### Show current activity
2020-10-15 20:56:13 +00:00
```
zeit tracking
```
2020-10-15 21:46:57 +00:00
### Finish tracking activity
2020-10-14 23:50:05 +00:00
```
zeit finish --help
```
Example:
```
zeit finish
```
2020-10-15 21:46:57 +00:00
### List tracked activity
```
zeit list
```