Skip to content

frankbe/ttime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttime - Time tracking in text files

  • Record your work time in text files with any text editor (see example_times.txt).
  • Analyze your work time with ttime FILE_NAME.

features

  • filter output by text or period
  • extendable output formats with jinja2 templates
  • optional multi language support
  • VCS friendly format

setup

  • clone the repository
  • cd ttime
  • pip install .. Or pip install --user --editable . on a developer machine

run the sample

  • ttime [PATH_TO_REPOSITORY_CLONE]/example_times.txt

use it

  • create a time tracking text file with the same format as example_times.txt
  • run ttime.py FILE_NAME to see a working summary

About

simple command line tool for time tracking

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages