Skip to content

Commit

Permalink
Updated readme with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 20, 2012
1 parent 8c6c860 commit 3e70f27
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -3,4 +3,15 @@

A small command line interface for adding events to a calendar. Planning on having it connect to iCalendar eventually.

Basically addresses the obnoxiousness of entering in events in any calendar program with the number of fields that they require by using optional hashtags.
Basically addresses the obnoxiousness of entering in events in any calendar program with the number of fields that they require by using optional hashtags.

**Usage**:

`py hashcal.py -a <phrase>`

A few examples of phrases:

`'Get dog #tomorrow #3pm'`
`'Do stats homework #apr23 #800'`
`'Run a marathon #octob25 #830pm-9am'`
`'This is a two-day event #23-1'`

0 comments on commit 3e70f27

Please sign in to comment.