# whatidid

Keeping track of things you've done on your Dropbox by command line.

## Requirements

 - Python 2.7
 - OSX or Linux

## Installing

Clone, download, or whatever and add the bin folder to your $PATH.

    pip install whatidid

## Usage

### Setup

   $ wid init

### 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

## Advanced configuration

All of the configuration options live in the ~/.widrc file, you can edit those values to configure your instance of wid.

