All Projects → NerdyPepper → Taizen

NerdyPepper / Taizen

Licence: mit
curses based mediawiki browser

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Taizen

Wp2txt
WP2TXT extracts plain text data from Wikipedia dump file (encoded in XML/compressed with Bzip2) stripping all the MediaWiki markups and other metadata.
Stars: ✭ 145 (-41.77%)
Mutual labels:  wikipedia
Bashsimplecurses
A simple curses library made in bash to draw terminal interfaces
Stars: ✭ 182 (-26.91%)
Mutual labels:  curses
Mwclient
Python client library to interface with the MediaWiki API
Stars: ✭ 221 (-11.24%)
Mutual labels:  wikipedia
Wikipedia Ipfs
An exploration to host Wikipedia in IPFS
Stars: ✭ 158 (-36.55%)
Mutual labels:  wikipedia
Apple
Kiwix for offline access on iOS and macOS
Stars: ✭ 174 (-30.12%)
Mutual labels:  wikipedia
Botany
command line virtual plant buddy
Stars: ✭ 192 (-22.89%)
Mutual labels:  curses
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-42.57%)
Mutual labels:  wikipedia
Asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Stars: ✭ 2,869 (+1052.21%)
Mutual labels:  curses
Wiki
Wikipedia Interface for Node.js
Stars: ✭ 180 (-27.71%)
Mutual labels:  wikipedia
Mediawiki
🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
Stars: ✭ 2,752 (+1005.22%)
Mutual labels:  wikipedia
Wikipedia Mirror
🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kimix + ZIM dump, and MediaWiki/XOWA + XML dump
Stars: ✭ 160 (-35.74%)
Mutual labels:  wikipedia
Gradlewiki
关于Gradle编译你需要知道的一切
Stars: ✭ 174 (-30.12%)
Mutual labels:  wikipedia
Wikipedia Ios
📱The official Wikipedia iOS app.
Stars: ✭ 2,375 (+853.82%)
Mutual labels:  wikipedia
Infoboxer
Wikipedia information extraction library
Stars: ✭ 147 (-40.96%)
Mutual labels:  wikipedia
Wikipedia Api
Python wrapper for Wikipedia
Stars: ✭ 227 (-8.84%)
Mutual labels:  wikipedia
Huggle3 Qt Lx
Huggle is an anti-vandalism tool for use on MediaWiki based projects
Stars: ✭ 143 (-42.57%)
Mutual labels:  wikipedia
Kiwix Desktop
Kiwix for Windows and GNU/Linux desktops
Stars: ✭ 183 (-26.51%)
Mutual labels:  wikipedia
Curses
Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
Stars: ✭ 245 (-1.61%)
Mutual labels:  curses
Mitype
Typing speed test in terminal
Stars: ✭ 241 (-3.21%)
Mutual labels:  curses
Musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
Stars: ✭ 2,663 (+969.48%)
Mutual labels:  curses

banner.png

MIT licensed

Browse mediawiki pages from the command line.

Installation

From crates.io

cargo install taizen

Building from source

This project uses Cursive crate, so before installing Taizen make sure you have installed necessary Cursive dependencies.

git clone https://github.com/nerdypepper/taizen
cd taizen
cargo run --release

Usage

Taizen uses a stack like model.
Articles are opened on new layers, pop a layer to go back.
Hit s to search
Hit q to quit
Hit t to pop a layer from the article stack

You can now view wikipedia pages in different languages, by passing the language code as a commandline arg.
List of language codes

Examples

taizen https://pl.wikipedia.org/ # view the polski wikis
taizen --lang=sv                 # view the swedish wikis

Screenshot

scrot.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].