noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

noxz.tech/software/wikid/index.www_bak
1wikid
2=====
3usage: **wikid** [<u>-hrt</u>] [<u>-l lang</u>] <u>term</u>
4
5wikid is a quick and simple CLI-program for downloading and rendering wikipedia
6pages in your terminal. And it's not **wikid** as in *wiki daemon*, but as in
7*wicked, Strikingly good, and effective*.
8
9Requirements
10------------
11wikid uses the **curl** library to download the wiki pages, and **ncurses** for
12retrieving the terminal width for line output.
13
14Installation
15------------
16Edit config.mk to match your local setup (wikid is installed into the
17/usr/local namespace by default), then simply enter the following command to
18install (if necessary as root):
19
20    make clean install
21
22Example usage of wikid
23----------------------
24Read about wikipedia, using `less`
25
26    wikid wikipedia | less
27
28Read about wikipedia in german, using `less`
29
30    wikid -lde wikipedia | less