public
Description: Simple command line time tracking.
Clone URL: git://github.com/DanielVF/d-time-tracker.git
Search Repo:
name age message
folder README Tue May 20 11:11:42 -0700 2008 You can now edit your current activity in your ... [Daniel Von Fange]
folder d Tue May 20 11:11:42 -0700 2008 You can now edit your current activity in your ... [Daniel Von Fange]
README
Simple command line time tracking.


To install
----------

  sudo chmod 755 d
  sudo cp d /usr/local/bin


To use
------

Show current task:

  d
  
Start a new task and finish previous
  
  d <What your working on>
  
Stop a task, without starting a new one

  d stop
  d done
  d d
  
Edit the task you are working on

  d edit
  d e
  
To view
-------

Daily files are created in year folders in ~/.dtimetracker

One day I may build a nice way to view them.