diff --git a/README.md b/README.md index 3b18e27..ce43bc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # calendarender -![a screenshot of a text calendar output from calendarender being viewed in the nvALT program](calendar.png) +![a screenshot of a text calendar output from calendarender being viewed in the nvALT program](calendar.png =556x) These are 2 scripts for calendaring in plantext files. @@ -61,7 +61,7 @@ You might also like to configure recurring events. I have some SERIOUS ROOM FOR ``` Anytime something is `echo`ed it gets added to your calendar. Make sure not to get rid of the section `sunday=$(($sunday+1))` because that is how the program keeps track of which sunday (etc) we're on. - + 3. configure calendarchive @@ -98,18 +98,3 @@ calendarender also prints relevant moon phases: new, full, crescents and halfs. if you run calendarchive without any arguments it will remove all days from calendar.txt that are before the current day and append them to the bottom of calendar_archive.txt. If it's late at night but before midnight you can run `calendarchive 1` and it'll also archive today as well. you could cron calendarchive to have it automatically run but personally I keep all kinds of notes and things in my calendar and don't want to lose track of anything. So I manually run calendarchive. - - - - - - - - - - - - - - - diff --git a/calendar.jpg b/calendar.jpg new file mode 100644 index 0000000..394b99b Binary files /dev/null and b/calendar.jpg differ diff --git a/calendar.png b/calendar.png deleted file mode 100644 index 957ea12..0000000 Binary files a/calendar.png and /dev/null differ