diff options
| author | historia <[not public]> | 2025-08-11 15:09:08 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2025-08-11 15:09:08 -0400 |
| commit | cb35bd463a53383c06e60be4d843bdf1e7d9d68b (patch) | |
| tree | 7f936e4de575d403fcb887d92fa34756c55e9976 /README.md | |
| parent | a3e3aae87e8f159749863987dfaff336a9ef89fe (diff) | |
| download | soon-cb35bd463a53383c06e60be4d843bdf1e7d9d68b.tar.gz | |
fix: deadline wasn't parsing years
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -189,7 +189,7 @@ Attach a line with `+ Due: DATE` and it will show up in a list of upcoming deadl + Due: Aug 7 2025 ``` -You can delete finished todos from `soon i` or just from your text editor. +You can delete finished todos from `soon -i` or just from your text editor. # Archive File @@ -232,10 +232,7 @@ You might also be interested in these which are text based but have somewhat dif # Todo - Create tests for date ranges that start/end on DST changes. The condition checker treats every event as midnight, might be an edge case. -- Calendar output -- Open editor - Julian modulus calculator (`soon -j Jun 5 2025` > Outputs J and a table of common mod offsets) -- Color - TUI - CalDAV/.ics export? - Numerous CLI programs store calendars with .ics files directly, so it doesn't make much sense to use Soon if you need to sync to a "main" calendar. - Import? |
