From 223b2fb6fa3826efa9ed3118d8c48a35d9b9c1fc Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Sun, 26 Apr 2020 12:23:42 -0700 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbea1e2 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# wiki-cli +A simple bash script for reading wiki articles from the command line. + +This command depends on the fact that the output of the +[wiki Makefile](https://github.com/tildeclub/site/blob/master/wiki/Makefile) +includes `.txt` output. If that script ever changed where it put files, this +script would have to be updated. + +``` +usage: wiki
+ read the article with the given 'short title' +usage: wiki --list + list all available short titles +```