diff options
author | Mark Powers <mark@marks.kitchen> | 2020-12-28 21:36:02 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2020-12-28 21:36:02 -0600 |
commit | 5745b14719e7c16c12d85b60adafd6ea0335731e (patch) | |
tree | 9c187d765a4f07e4852a34bcc69c9b58bab7a309 /README.md | |
parent | 2fe62e6f232ea88b552d9bec295252e330e899d4 (diff) |
Prompt edit/create if page already exists/does not exist.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 + |