Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/chrishannah/cwiki
- Owner: chrishannah
- Created: 2017-03-22T11:02:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:53:54.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T06:17:34.022Z (3 months ago)
- Topics: command-line, swift
- Language: Swift
- Size: 6.16 MB
- Stars: 50
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)