Crates.io | qwiki |
lib.rs | qwiki |
version | 0.3.1 |
source | src |
created_at | 2023-01-09 02:08:57.059797 |
updated_at | 2023-01-29 05:13:11.113913 |
description | A command-line utility to search for Wikipedia articles |
homepage | https://github.com/KedarPanchal/qwiki |
repository | https://github.com/KedarPanchal/qwiki |
max_upload_size | |
id | 754041 |
size | 53,485 |
qwiki (pronounced KWIK-EE) is a command-line tool for viewing Wikipedia articles on the web.
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.
Type qwiki <ARTICLE_NAME>
, qwiki -s <ARTICLE_NAME>
, or qwiki --summary <ARTICLE_NAME>
in the command line to get the summary of a Wikipedia article.
Type qwiki <ARTICLE_NAME> <SECTION_NAME>
, qwiki -s <ARTICLE_NAME>
or qwiki --summary <ARTICLE_NAME> <SECTION_NAME>
in the command line to get the content of a section of a Wikipedia article.
Type qwiki -t <ARTICLE_NAME>
or qwiki --toc <ARTICLE_NAME>
to get a list of sections for a Wikipedia article.
Type qwiki -r <ARTICLE_NAME>
or qwiki --references <ARTICLE_NAME>
to get a list of the references for a Wikipedia article.
Type qwiki -c <ARTICLE_NAME>
or qwiki --categories <ARTICLE_NAME>
to get all of the categories a Wikipedia article belongs to.
Type qwiki -l <ARTICLE_NAME>
or qwiki --link <ARTICLE_NAME>
to get a link to the Wikipedia article.
Type qwiki -p <ARTICLE_NAME>
or qwiki --pageid <ARTICLE_NAME>
to get the pageid for a Wikipedia article.
Type qwiki -v
or qwiki --version <ARTICLE_NAME>
to get the current version of qwiki.
Type qwiki -h
or qwiki --help <ARTICLE_NAME>
for help.