1.3.0 • Published 3 years ago
wikisearch v1.3.0
Wikisearch
Wikisearch is a CLI tool that you can use to quickly search summaries of anything on Wikipedia. It got some useful features like quickly copying summaries and opening it in the browser using.
Installation
You must have nodejs and npm installed.
npm install -g wikisearchYou can verify the installation by using wikisearch -h
Usage
Fetching summaries
wikisearch -s <search_word>Example:
wikisearch -s JavascriptOpening in browsers: -b
wikisearch -s Javascript -bCopying summaries: -c
-b and -c can be used together.
wikisearch -s Javascript -cFetching related pages
wikisearch -s <search_word> -rDebugging
There are 2 debugging levels: 1-2\
1: Shows the arguments passed when doing a search.\
2: Same as 1, but shows the entire response in json format.\
To see debugging info, use -d<level> after any search.
Example:
wikisearch -s JavaScript -d1Community
You can join my discord server if you want to contact me.