diff options
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -10,7 +10,11 @@ And copy `diary` into your path. ## Usage - diary [date] opens the diary entry from date or today if date is not provided in $EDITOR. + diary [cmd] [date] + + diary [edit] [date] - open the entry date/today in $EDITOR. + diary show [date] - open the entry date/today in $PAGER. + diary help [cmd] - print a help text ## Configuration @@ -25,3 +29,7 @@ Config values: 1. `diary_location` - The path to the directory, in which the diary is stored 2. `gpg_id` - The id of the pgp public key for encryption +## License + +Diary is licensed under the [WTFPL](http://www.wtfpl.net). + |
