No description
Find a file
2025-01-13 08:02:37 +01:00
.gitignore initial commit 2025-01-10 18:13:00 +01:00
LICENSE.txt initial commit 2025-01-10 18:13:00 +01:00
README.md initial commit 2025-01-10 18:13:00 +01:00
ttracker.py add subcommands 2025-01-13 08:02:37 +01:00

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.