diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -42,7 +42,8 @@ nimble build # Simple Dates 2025 Jul 17, Single day event Fri 8pm, Every Friday at 8pm -Jan 1, Jan 1 every year +Jan 1, Jan 1 every yearBoard game sized box for this +Image Tue, Every Tuesday 1, 1st of every month @@ -209,15 +210,13 @@ You can delete finished todos from `soon -i` or just from your text editor. You can archive events in interactive mode with `soon -i`. This lets you archive an event like "Pay rent" early so you know it's done. The default behavior is to delete the event from your calendar file when the last instance of the event is archived. -The archive file stores one entry per line. Event instances use `date|name` and completed todos use `- name`: +The archive file stores one entry per line. Event instances use `date|name` ``` 2025-07-04|Doctor's Appointment - Buy milk ``` -When you complete a todo in `soon -i`, it is removed from your `.soon` calendar file on quit. - `showPastArchivedEvents` and `showFutureArchivedEvents` determine if archived events are hidden from your agenda entirely or show up as (Archived). #### Keep events on calendar until manually archived |
