# qwiki qwiki (pronounced KWIK-EE) is a command-line tool for viewing Wikipedia articles on the web. ## Installation To install this repository, type `git clone https://github.com/KedarPanchal/qwiki.git` into your terminal. To build qwiki, have `cargo` installed on your system. Type `cargo install qwiki` to install qwiki. ## Using qwiki Type `qwiki `, `qwiki -s `, or `qwiki --summary ` in the command line to get the summary of a Wikipedia article. Type `qwiki `, `qwiki -s ` or `qwiki --summary ` in the command line to get the content of a section of a Wikipedia article. Type `qwiki -t ` or `qwiki --toc ` to get a list of sections for a Wikipedia article. Type `qwiki -r ` or `qwiki --references ` to get a list of the references for a Wikipedia article. Type `qwiki -c ` or `qwiki --categories ` to get all of the categories a Wikipedia article belongs to. Type `qwiki -l ` or `qwiki --link ` to get a link to the Wikipedia article. Type `qwiki -p ` or `qwiki --pageid ` to get the pageid for a Wikipedia article. Type `qwiki -v` or `qwiki --version `to get the current version of qwiki. Type `qwiki -h` or `qwiki --help ` for help.