• Stars
    star
    112
  • Rank 311,300 (Top 7 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Search Wikipedia and read summaries directly in your terminal!

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