No description
.gitignore | ||
README.md | ||
ttracker.py |
ttracker
is a simple time tracker in python.
When launched, it checks if a time period is currently started. If not, it starts one and exits. If yes, it opens an editor, wait for a description of the past time period, stops it, and exits.
When it opens the editor, ttracker
show the 10 last entries.
All time periods are stored in a sqlite database.
Usage
EDITOR=nano DATABASE=ttracker.db python3 ttracker.py