Skip to content

chillerb/tt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple time tracking tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published