Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrishannah/cwiki

Command line Wikipedia searching!
https://github.com/chrishannah/cwiki

command-line swift

Last synced: 10 days ago
JSON representation

Command line Wikipedia searching!

Awesome Lists containing this project

README

        

# cwiki
Wikipedia searching from the command line!

## Installation
(This probably isn't the best way, but here it goes)

1. Download the latest version of cwiki - [https://github.com/chrishannah/cwiki/releases](https://github.com/chrishannah/cwiki/releases).
2. Open up your terminal app of choice.
3. Navigate to the folder containing the "cwiki" file.
4. Add the executable permission to the file: `chmod +x cwiki`.
5. Move the file to the usr/local/bin directory so it can be launched as a command: `mv cwiki /usr/local/bin`.

Then you can run a wikipedia search by typing `cwiki` followed by your query (If it's a multi-word query you'll need to use speech marks.).

## Demo

![Demo](https://github.com/chrishannah/cwiki/blob/master/cwiki.gif?raw=true)