mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-19 05:13:31 +02:00
55a90954abd8305d69a6a134c2801627e8e19a00
zeit
Zeit erfassen. A command line tool for tracking time spent on tasks & projects.
Build
make
Usage
Please make sure to export ZEIT_DB=~/.config/zeit.db (or whatever location you would like to have the zeit database at).
Track activity
zeit track --help
Example:
zeit track --project project --task task --begin -0:15
Show current activity
zeit tracking
Finish tracking activity
zeit finish --help
Example:
zeit finish
List tracked activity
zeit list
Import tracked activities
zeit import --help
Example:
zeit import --tyme ./tyme.export.json
Languages
Go
92.4%
Shell
7.5%
Makefile
0.1%