From e8a22376f3b79f7a6891cfa0b425d97d3c7ffbd7 Mon Sep 17 00:00:00 2001 From: trav Date: Wed, 18 Nov 2020 20:18:31 -0500 Subject: [PATCH] cleaned up readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6edd012..658a2e9 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ These are 2 scripts for calendaring in plantext files. -`calendar.txt`shows the current day at the top and continues down as far as the number of months you have rendered. +`calendar.txt` shows the current day at the top and continues down as far as the number of months you have rendered. `calendar_archive.txt` contains all the days before current day. -It looks like this: +calendar.txt looks like this: ``` ☼ sun nov 29 water plants -coop fed potluck +coop fed meeting ◯ mon nov 30 @@ -89,7 +89,7 @@ My personal notes folder is plaintext synced between machines with SyncThing and calendarender takes one argument and that's the number of months in the future you'd like to render. So say it's currently a day in November and I want to add the days in January to my calendar.txt, I would run `calendarender 2`. It'll print to the terminal as well as to the file. -calendarender also prints relevant moon phases: new, full, crescents and halfs. If it's waxing an up-arrow will be printed, waning, down-arrow. It's not the _most_ accurate moon-phase algorithm but close enough for me :) +calendarender also prints relevant moon phases: new, full, crescents and halfs. On any day that isn't one of those phases a sun is printed. If it's waxing an up-arrow will be printed, waning, down-arrow. It's not the _most_ accurate moon-phase algorithm but close enough for me :) ### calendarchive