diary

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

commit f4856b3b4ee03b16d41d6ded7356a6405ac84d33
parent 818caf937f6a4e533c801124351fb484fcf3d8ae
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon,  4 Jan 2021 21:35:12 +0100

change diary_dir cfg example to ~/diary

Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
Diffstat:
Mdiary.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diary.cfg b/diary.cfg @@ -1,5 +1,5 @@ # Path that holds the journal text files -diary_dir = /tmp/diary +diary_dir = ~/diary # Number of years to show before/after todays date year_range = 2 # 0 = Sunday, 1 = Monday, ..., 6 = Saturday