Saturday, January 8, 2022

Kali Linux help on how to Use & Search Wikipedia on a Linux Terminal by using a command by Ranger Smyth 08 Jan, 2022.

 I will post up my findings after doing some research into the package and to test it against ease of use.




##################################

 Taken Directally from https://helpdeskgeek.com/linux-tips/10-cool-linux-terminal-commands-you-have-to-try/

Use & Search Wikipedia In Linux Terminal

Many people use Wikipedia to search through its vast database of knowledge for information. Google often pushes Wikipedia toward the top of search engine results to help users find what they are looking for quickly.

Linux users can save a lot of time by accessing Wikipedia in the terminal. Use Wikit to get answers to your questions quickly inside your Linux distribution.

The Wikit Linux terminal command line will show users summaries of search topics from Wikipedia. Start by installing Node.js on your machine.

Run the following commands on Mint systems, Ubuntu, or Debian:

sudo apt-get install nodejs
sudo apt-get install npm

To install Wikit, run the following simple command:

sudo npm install wikit -g

After you have installed Wikit, get Wikipedia summaries by running the following command:

wikit <search query>

Note that you can also use multi-word queries.

 

 

Taken directally from https://github.com/KorySchneider/wikit

 

wikit on GitHub

A command line program for getting Wikipedia summaries easily.

Installation

1. $ npm i wikit -g

. or Git Clone to you system

2. $git clone https://github.com/KorySchneider/wikit.git

Usage

Syntax: $ wikit <query> [-flags]

Quotes are not required for multi-word queries.

To change the default language, edit ~/.config/configstore/wikit.json.

Examples

$ wikit wikipedia

$ wikit empire state building

$ wikit linux -b

$ wikit jugo -l es --link -a

 

No comments:

Post a Comment

How to Search Google from the Command Line

    Probe the world's most popular search engine without leaving the terminal   https://www.omgubuntu.co.uk/2021/11/best-comman...