Skip to content

a1fred/tt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TT

Simple no-dependencies commandline timetracker

$ tt add 7 eating and sleeping..  # add 7 hours

$ tt show  # Show log
DATE                                | SPENT hrs | TASK
-------------------------------------------------------
2019-05-06 18:11:00 (0 days ago)    |     7 hrs | eating and sleeping..
-------------------------------------------------------
Total 7 hours

$ tt days  # Show log aggregated by days
DATE                                | SPENT hrs |
-------------------------------------------------------
2019-05-06                          |     7 hrs |
-------------------------------------------------------
Total 7 hours

Installation

$ pip3 install tt_cli

Environment variables

  • TT_DTFORMAT, %Y-%m-%d %H:%M:%S
  • TT_FPATH, ~/.tt.csv

About

Simple commandline timetracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published