- Record your work time in text files with any text editor (see example_times.txt).
- Analyze your work time with
ttime FILE_NAME.
- filter output by text or period
- extendable output formats with jinja2 templates
- optional multi language support
- VCS friendly format
- clone the repository
cd ttimepip install .. Orpip install --user --editable .on a developer machine
ttime [PATH_TO_REPOSITORY_CLONE]/example_times.txt
- create a time tracking text file with the same format as example_times.txt
- run
ttime.py FILE_NAMEto see a working summary