Project

wik

0.0
No commit activity in last 3 years
No release in over 3 years
Wik - Quick and easy Wikipedia searches
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
 Project Readme

Wik - Quick and easy Wikipedia searches

Gem Version

Wik makes it quick

With Wik, you have access to all of Wikipedia, in your terminal. If you have to know something NOW, it's as simple as....

wik wiki

Control is important, so a common action like searching is available with wik -s keyword. Once you know the name of a page, type wik -v "page name" for a full page view. To get just a summed up description of a page, run wik -d "page name". If you ever just want to find a list of entries relating to a keyword, wik -f topic will do just that.

Installation

Pretty easy, you only need to have Ruby installed.

  • sudo gem install wik

CLI Usage

wik hello, world! - Automatically handle everything

wik -s keyword - Search Wikipedia

wik -f topic - Find a list of available pages about a topic

wik -v page name - View "page name"

wik -d page name - Get a short description of "page name"

Wik has a comfortably simple API, have a look at API.md

Contribute

Help me out if you have nothing better to do:

Fork the project