stelzch / kiwix-w3m

Access StackOverflow or Wikipedia from your console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiwix W3M

Access StackOverflow or Wikipedia from the console. You can read more about the motivation in my blog article

Requirements:

Serve up your downloaded ZIM files: kiwix-serve -p 8081 ~/Downloads/*.zim

You can also use the provided systemd service file (mv kiwix.service ~/.config/systemd/user && systemctl --user daemon-reload && systemctl --user enable --now kiwix.service).

Usage

Start page

wikipedia.sh

stackoverflow.sh

Search

wikipedia.sh kattegat

stackoverflow.sh reverse linked list haskell

Wikipedia articles with article slug: wikipedia.sh --exact 'Haskell_(programming_language)'

About

Access StackOverflow or Wikipedia from your console.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%