diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit a2e2700d5032f2e180b7a0b8bde1319719dd4dab
parent 1aebd93f5f1cc140aec6195a4a259737ee36e920
Author: Balduin Dettling <balduindettling@gmail.com>
Date:   Tue, 27 Dec 2016 19:53:15 +0100

man updates:

- Escaped -
- Mentioned $EDITOR
- Reordered keys

Diffstat:
Mdiary.1 | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/diary.1 b/diary.1 @@ -1,6 +1,6 @@ .TH DIARY 1 .SH NAME -diary - Simple text-based diary program +diary \- Simple text-based diary program .SH SYNOPSIS .B diary @@ -19,6 +19,9 @@ If this variable is set to a directory that can be opened, will use it to store diary files. Diary files are simple text files named after their date, formatted like YYYY-MM-DD. All other files are ignored. +.IP EDITOR +The program used to edit diary entries. + .SH ARGUMENTS @@ -33,10 +36,6 @@ tab(|); l l. Key(s) | Action ====== | ====== -e, enter | edit current entry -d, x | delete current entry -q | quit the program - k, up | go backward by 1 week j, down | go forward by 1 week h, left | go backward by 1 day @@ -44,6 +43,10 @@ l, right | go forward by 1 day J | go forward by 1 month K | go backward by 1 month +e, enter | edit current entry +d, x | delete current entry +q | quit the program + N | go to the previous diary entry n | go to the next diary entry g | go to the first date @@ -54,7 +57,6 @@ s | jump to specific day .TE - .SH DEVELOPMENT All source code is available in this github repository: <https://github.com/in0rdr/diary/>. Contributions are always welcome!