1.0.5 • Published 3 years ago

wiki-shell v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

wiki-shell

Get Wikipedia snippets right in your terminal

Installation

npm install -g wiki-shell

To execute the CLI directly, use npx:

npx wiki-shell <search query>

Usage

Use commands "wiki" or "wiki-shell" followed by a search query:

wiki lionel messi

And that's it!

By default, the above command only displays a single, terminal-friendly snippet of information; if you want to override this behavior to get more content, you can pass in a flag to specify the amount of content you need. Use -a to get all possible content, or use a -l or --length flag to specify exactly how many paragraphs of content you need.

wiki --length=10 al pacino
wiki -a spacex
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago