diff options
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2,13 +2,15 @@ ## Installation -Clone the repo with: -`clone https:/muhq.space/software/diary.git` +Clone the repo with: + +`clone https:/muhq.space/software/diary.git` + And copy `diary` into your path. ## Usage - diary [date] opens the diary entry from date or today if date is not provided. + diary [date] opens the diary entry from date or today if date is not provided in $EDITOR. ## Configuration @@ -20,6 +22,6 @@ Diary reads the configuration from: 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 +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 |
