A simple bash script for reading wiki articles from the command line
Go to file
Travis Briggs 591738ca32 Add help and mention the website at the bottom of "wiki --list" 2020-04-26 18:37:50 -06:00
LICENSE Create LICENSE 2020-04-26 12:25:32 -07:00
Makefile Create Makefile 2020-04-26 13:28:32 -06:00
README.md Create README.md 2020-04-26 12:23:42 -07:00
wiki Add help and mention the website at the bottom of "wiki --list" 2020-04-26 18:37:50 -06:00

README.md

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 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