jasonzhouu / wiki-cli

Search Wikipedia and read summaries directly in your terminal!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki CLI

Search Wikipedia and read summaries directly in your terminal!

Screen capture animation

Usage

# The first step is obvious...
npm i -g wiki-cli

# Then, just call `wiki` alone to enter the interactive mode...
wiki

# You can read the not so helpful help page with option `-h` or `--help`...
wiki -h

Why

I love CLI, and Ink is awesome! Also, who doesn't want to read Wikipedia in the terminal? ;)

This was also a more advanced version of the demo app that I used for my talks on building CLIs. Here are the videos: lightning talk at React Day Berlin and meetup talk at TypeScript Berlin.

License

GPL-3.0

About

Search Wikipedia and read summaries directly in your terminal!

License:GNU General Public License v3.0


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%