From 5745b14719e7c16c12d85b60adafd6ea0335731e Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 28 Dec 2020 21:36:02 -0600 Subject: Prompt edit/create if page already exists/does not exist. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4756c27..990355a 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ prints the page contents for the given path or ID parameters. An ID is the integer type for the page. Path may optionally start with a / to indicate that an integer only path is not an ID. -### tree PATH\_CONTAINS? -prints out the tree of all pages where the path contains the given parameter. +### tree PATH\_REGEX? +prints out the tree of all pages where the path matches the regex given. Printed information includes the page title, ID, path. ### today @@ -51,3 +51,8 @@ example, if your wiki is at `wiki.example.com`, the url field should be set to Run `main.py` in order to use the program. + +## TODO +- Include options to always answer yes or no +- Allow for moving pages + -- cgit v1.2.3