https://github.com/yuchiki/wikicui
shell command to search wikipedia in multiple languages
https://github.com/yuchiki/wikicui
cui wikipedia
Last synced: 6 months ago
JSON representation
shell command to search wikipedia in multiple languages
- Host: GitHub
- URL: https://github.com/yuchiki/wikicui
- Owner: yuchiki
- Created: 2017-07-29T17:07:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T17:13:21.000Z (about 8 years ago)
- Last Synced: 2025-02-13T12:18:39.137Z (8 months ago)
- Topics: cui, wikipedia
- Language: Ruby
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WikiCUI
====You can wiki articles on your shell.
## Description
WikiCUI fetches the article you designated from wikipedia and prints the abstract part of the article.
You can designate multiple languages.
Articles are fetched from wikipedia of the languages you designated.
WikiCUI wikies repeatedly for each wikipedia of your designated languages, and show you the first hit article. Without any language options, WikiCUI uses en (English) and ja (Japanese, my mother tongue). This setting can be easily changed by editing wikiCUI/defualt_languages.txt.## Demo

## Usage
```wikicui name of article -llanguages -lyou -llike```## Install
```alias wikicui="ruby path/to/dir/wikiCUI/wikiCUI.rb"```
## Author
[Yuchiki](https://github.com/yuchiki)