From 3ad056612b62e5f6ce74bfecfb2880de6c9947ae Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 00:42:45 -0400 Subject: demo image --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fa8c504..2363a49 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Soon +[Soon CLI demo](./demo.webp) + Soon is a minimalist, text file based, CLI calendar inspired by [When](https://www.lightandmatter.com/when/when.html). It has simple, concise syntax but supports recurring cases more complex than most calendars. - Schedule events in a text file with concise syntax @@ -22,7 +24,7 @@ In terms of features and complexity, Soon lies between [When](https://www.lighta 4. Run `soon -i` to start interactive mode and archive events or mark todos as done. Move with arrow keys or j/k. Toggle with Space, d, or x. Press Esc or q to quit. -5. Run `soon -s` to edit your config file. Use `--config ` to point to an alternate config. +5. Run `soon -s` to edit your config file. # Example Calendar @@ -243,6 +245,7 @@ You might also be interested in these which are text based but have somewhat dif - Create tests for date ranges that start/end on DST changes. The condition checker treats every event as midnight, might be an edge case. - Julian modulus calculator (`soon -j Jun 5 2025` > Outputs J and a table of common mod offsets) +- Add calendar option to 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? -- cgit v1.2.3