aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 861a4f0..b8b8cbe 100644
--- a/README.md
+++ b/README.md
@@ -76,3 +76,11 @@ I would take %%foo|baz%% over %%bar%% any day.
%%?x%% and %%?x%% are certainly things that exist.
```
+## Planned features / TODO
+
+* [ ] Re-implement argument parsing without `clap`
+* [ ] Special variable syntax for picking from a category but not saving it: `%%?%%`
+* [ ] Special syntax to choose between literal values rather than a category
+* [ ] Back-reference system to capture and repeat generated phrases
+* [ ] Learn how Markov chains work
+