diff options
| author | historia <[not public]> | 2026-06-12 00:42:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 00:42:45 -0400 |
| commit | 3ad056612b62e5f6ce74bfecfb2880de6c9947ae (patch) | |
| tree | a2d004a6f5fe89a1956aa266ef6c07245b145033 /README.md | |
| parent | 2303649e98c674c215480a39b4c11a0a42be9ac3 (diff) | |
| download | soon-3ad056612b62e5f6ce74bfecfb2880de6c9947ae.tar.gz | |
demo image
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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? |
