All Projects → KorySchneider → Wikit

KorySchneider / Wikit

Licence: mit
Wikipedia summaries from the command line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wikit

discord-wiki-bot
Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about the pages and is able to resolve redirects and follow interwiki links.
Stars: ✭ 69 (-51.06%)
Mutual labels:  wiki, wikipedia
wikiapi
JavaScript MediaWiki API for node.js
Stars: ✭ 28 (-80.14%)
Mutual labels:  wiki, wikipedia
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-80.85%)
Mutual labels:  wiki, wikipedia
Gradlewiki
关于Gradle编译你需要知道的一切
Stars: ✭ 174 (+23.4%)
Mutual labels:  wikipedia, wiki
Git Wiki Theme
A revolutionary full-featured wiki for github pages and jekyll. You don't need to compile it!
Stars: ✭ 139 (-1.42%)
Mutual labels:  wikipedia, wiki
Mediawiki
🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
Stars: ✭ 2,752 (+1851.77%)
Mutual labels:  wikipedia, wiki
wikipedia for humans
No description or website provided.
Stars: ✭ 44 (-68.79%)
Mutual labels:  wiki, wikipedia
Wiki
Wikipedia Interface for Node.js
Stars: ✭ 180 (+27.66%)
Mutual labels:  wikipedia, wiki
Arf Converter
Bulk ARF file converter
Stars: ✭ 10 (-92.91%)
Mutual labels:  cli, wiki
Wikiteam
Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2020, WikiTeam has preserved more than 250,000 wikis.
Stars: ✭ 404 (+186.52%)
Mutual labels:  wikipedia, wiki
Wikipedia Mirror
🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kimix + ZIM dump, and MediaWiki/XOWA + XML dump
Stars: ✭ 160 (+13.48%)
Mutual labels:  wikipedia, wiki
Linq To Wiki
.Net library to access MediaWiki API
Stars: ✭ 93 (-34.04%)
Mutual labels:  wikipedia, wiki
wikibot
Some MediaWiki bot examples including wikipedia, wikidata using MediaWiki module of CeJS library. 採用 CeJS MediaWiki 自動化作業用程式庫來製作 MediaWiki (維基百科/維基數據) 機器人的範例。
Stars: ✭ 26 (-81.56%)
Mutual labels:  wiki, wikipedia
wikiradio
A radio for Wikimedia Commons audio files
Stars: ✭ 14 (-90.07%)
Mutual labels:  wiki, wikipedia
Tft Overlay Outdated
TFT Overlay - Team and item builder for League of Legends Teamfight Tactics
Stars: ✭ 44 (-68.79%)
Mutual labels:  wikipedia, wiki
Apps Android Wikipedia
📱The official Wikipedia app for Android!
Stars: ✭ 1,350 (+857.45%)
Mutual labels:  wikipedia, wiki
Gh
(DEPRECATED) GitHub CLI made with NodeJS
Stars: ✭ 1,701 (+1106.38%)
Mutual labels:  cli
Spring Cloud Cli
Spring Cloud CLI features
Stars: ✭ 139 (-1.42%)
Mutual labels:  cli
Aws Nuke
Nuke a whole AWS account and delete all its resources.
Stars: ✭ 2,333 (+1554.61%)
Mutual labels:  cli
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+2156.74%)
Mutual labels:  cli

wikit

A command line program for getting Wikipedia summaries easily.

Installation

$ npm i wikit -g

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

Flags

Flag Description
--lang langCode
-l langCode
Specify language; langCode is an HTML ISO language code
--all
-a
Print all sections of the article (the full page). Recommended to pipe into a reader e.g. less
--line num Set line wrap length to num
--link Print a link to the full article after the summary
-b Open full Wikipedia article in default browser
--browser browser Open full Wikipedia article in specific browser
-d Open disambiguation CLI menu
-D Open disambiguation page in browser
--version
-v
Print installed version number
--name
-n
Print the name of the program: wikit

Output

The output will be the paragraphs of the wikipedia article before the table of contents. Line length is neatly wrapped based on your terminal's window size, with a max of about 80 characters. For example:

$ wikit arch linux
 Arch Linux (or Arch /ˈɑːrtʃ/) is a Linux distribution for computers based on x86-64
 architectures. Arch Linux is composed predominantly of free and open-source software,
 and supports community involvement. The design approach of the development team
 follows the KISS principle ("keep it simple, stupid") as the general guideline,
 and focuses on elegance, code correctness, minimalism and simplicity, and expects
 the user to be willing to make some effort to understand the system's operation.
 A package manager written specifically for Arch Linux, pacman, is used to install,
 remove and update software packages. Arch Linux uses a rolling release model, such
 that a regular system update is all that is needed to obtain the latest Arch software;
 the installation images released by the Arch team are simply up-to-date snapshots
 of the main system components. Arch Linux has comprehensive documentation in the
 form of a community wiki, called the ArchWiki. The wiki is widely regarded among
 the Linux community and ecosystem for often having the most recent information on
 a specific topic and being applicable beyond Arch Linux.

Bugs and Suggestions

Please create an issue here. Thanks!

Support Development

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].