Skip to content

oppiliappan/taizen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taizen

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

About

curses based mediawiki browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages