Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 315 Bytes

Tete time tracker

  • Basic CLI for time tracking: start, stop and list timers.
  • Persistence using sqlite. The default DB location is at $XDG_DATA_HOME/tetebut can be optionally specified by setting the environment variable TETE_DB_DIR.
  • Only one timer at a time.

Run tests

bash bin/run-tests.sh