# Diary - Personal diary ## Installation Clone the repo with: `clone https:/muhq.space/software/diary.git` And copy `diary` into your path. ## Usage 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 Diary reads the configuration from: 1. `$XDG_CONFIG/diary/config` or `$HOME/.config/diary/config` 2. `$HOME/.diaryrc` 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).