Skip to content
This repository was archived by the owner on Oct 27, 2019. It is now read-only.

mattbriancon/tock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

timetracker.py is a simple time program to help keep track of where you're spending your time.

Usage

start

Begin timing a new project. If the project does not already exist it will be created. If project is in progess, nothing happens.

stop

Stop timing a project. If the project does not already exist, nothing happens. If the project is already stopped, nothing happens.

rm

Remove a project. User is prompted to confirm unless -f/--force option is used. If project does not already exist, nothing happens.

list

List all projects.

TODO

  • Tests
  • setup.py and everything else needed to be on PyPi
  • View project history (as text and graphically)
  • Project notes
  • Integrate with PS1

About

timetracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages