Metadata-Version: 1.0
Name: whatidid
Version: 1.2
Summary: Keep track of your life
Home-page: https://github.com/zachseifts/whatidid
Author: Zach Seifts
Author-email: zach.seifts@gmail.com
License: MIT
Description: # whatidid
        
        Keeping track of things you've done on your Dropbox by command line.
        
        ## Requirements
        
         - Python 2.7
         - OSX or Linux
         - Dropbox (optional, you can change the path of the data in the script)
        
        ## Installing
        
        Clone, download, or whatever and add the bin folder to your $PATH.
        
            pip install whatidid
        
        ## Usage
        
        ### Updating your status
        
            $ wid update -m "This is my status"
        
        ### Viewing your statuses
        
            $ wid update-show
            Monday: This is my status
            Tuesday: Did something
        
        ### Emailing your weekly log to someone
        
            $ wid-update-mail user@example.com
        
        
Keywords: lifelogging whatidid
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
