aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-12 00:42:45 -0400
committerhistoria <[not public]>2026-06-12 00:42:45 -0400
commit3ad056612b62e5f6ce74bfecfb2880de6c9947ae (patch)
treea2d004a6f5fe89a1956aa266ef6c07245b145033
parent2303649e98c674c215480a39b4c11a0a42be9ac3 (diff)
downloadsoon-3ad056612b62e5f6ce74bfecfb2880de6c9947ae.tar.gz
demo image
-rw-r--r--README.md5
-rw-r--r--demo.pngbin0 -> 159612 bytes
2 files changed, 4 insertions, 1 deletions
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 <path>` 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?
diff --git a/demo.png b/demo.png
new file mode 100644
index 0000000..d803f40
--- /dev/null
+++ b/demo.png
Binary files differ