Metadata-Version: 1.0
Name: timed
Version: 0.1
Summary: command-line time tracking
Home-page: http://github.com/adeel/timed
Author: Adeel Ahmad Khan
Author-email: adeel2@umbc.edu
License: UNKNOWN
Description: timed is a command-line time tracking tool.
        
        timed: print current status
        
        timed <project-name>: alias for "timed start <project-name>"
        
        timed start <project-name>: start tracking for the <project-name> project
        
        timed stop: stop tracking for the current project
        
        timed summary: print a summary of hours for all projects
        
        A complete, human-readable (YAML) log is stored in ~/.timed, and can be
        edited.
        
        Installation: easy_install timed, or:
        
        git clone git://github.com/adeel/timed.git
        cd timed
        python setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
