495 B
495 B
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
License
GPLv3. Please use it and fork it if it's useful for you.