Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

File metadata and controls

26 lines (18 loc) · 474 Bytes

tt

A simple time tracking tool.

tt provides a CLI to write hours into a CSV file at ~/.local/share/tt/time.csv. Implemented in Python 3.12

Installation

# install python requirements
pip install -r requirements.txt

# copies tt.py to ~/.local/bin/tt
bash install.sh

Usage

# track 2 hours for project website
tt track 2 --project website -m "update images"

# create visual reports
tt report --from-date 2024-10-24 --to-date 2024-10-31