diff options
author | Mark Powers <mark@marks.kitchen> | 2021-02-26 20:23:46 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2021-02-26 20:23:46 -0600 |
commit | d78b6d188eb9ba206c8769b41c8021e7ba52ef98 (patch) | |
tree | 7a8905bbe777b6ce53929c4702e8cf740b192260 /README.md | |
parent | 7169b622c805f966709b1861a5b58ad74d0aea69 (diff) |
Add beta TUI client
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -54,6 +54,21 @@ 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. +Example uses: +- Create a page `./main.py create 2021/02/26 "February 26"` +- Edit a page `./main.py edit 2021/02/26` + +## Ncurses TUI +A ncurses TUI beta client also is provided, though it is still a work in +progress. It is run through the file `ncurses.py` + +Keys: +- `j`/down: move down +- `k`/up: move up +- `t`: create/edit page for today +- `c`: create a page +- `e`: edit page selected +- `q`: quit ## TODO - Include options to always answer yes or no |