diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 + |
