ttracker/README.md

16 lines
495 B
Markdown
Raw Normal View History

2025-01-10 18:10:05 +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.