Create README.md

This commit is contained in:
Travis Briggs 2020-04-26 12:23:42 -07:00 committed by GitHub
parent 7c0665b2c2
commit 223b2fb6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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 <article>
read the article with the given 'short title'
usage: wiki --list
list all available short titles
```