• Stars
    star
    289
  • Rank 143,457 (Top 3 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 6 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

curses based mediawiki browser

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

More Repositories

1

dijo

scriptable, curses-based, digital habit tracker
Rust
2,679
star
2

scientifica

tall, condensed, bitmap font for geeks
Vim Script
1,773
star
3

eva

a calculator REPL, similar to bc(1)
Rust
712
star
4

statix

lints and suggestions for the nix programming language
Rust
391
star
5

dotfiles

files that define my GNU/Linux box.
Vim Script
349
star
6

pista

a simple {bash, zsh} prompt for programmers
Rust
193
star
7

curie

An upscaled version of scientifica.
183
star
8

fondant

macro based configuration management library
Rust
60
star
9

chestnut.vim

Minimal syntax highlighting for 16-color terminals.
Vim Script
31
star
10

nerdypepper.github.io

CSS
29
star
11

lotus

simple money and number formatting for rust
Rust
28
star
12

cutlass

experimental auto-currying for rust functions
Rust
27
star
13

site

my site and its generator
Shell
24
star
14

agila.vim

a port of the agila vs code colorscheme for vim
Vim Script
19
star
15

xcursorlocate

cursor location indicator for x11
Rust
16
star
16

lien

Screenshot / File uploader program
Shell
12
star
17

obi

the 1-bit image format
Rust
11
star
18

isostatic

minimal url shortner
Rust
8
star
19

nanoid

A single header nanoid implementation in C
C
6
star
20

aksh

an interactive shell
Rust
6
star
21

SongMonger

C++ program to view and play music
C++
6
star
22

orpheus

Read short stories in a super slick GUI
Rust
6
star
23

prompt

rewrite of pista with a fork of libps1
Rust
4
star
24

aoc

my solutions to AoC '19, in guile scheme
Scheme
3
star
25

unipack

vim plugin manager, for usage on outdated university PCs
Shell
3
star
26

nixos

nerdypepper's nixos configuration (mirrored from git.peppe.rs)
Nix
2
star
27

website-theme

Pelican theme for my website
CSS
2
star
28

rt-bench

Rust
2
star
29

conversations

nix flake to build conversations.im
Nix
2
star
30

rosetta-rs

a copy of my rust tasks for rosettacode.org
Rust
1
star
31

cursed_game

a curses based game-of-life universe
Rust
1
star
32

forma

format floating points to arbitrary bases
Rust
1
star
33

styles

CSS for some websites
CSS
1
star
34

spoiler

my solutions to problems on projecteuler.net
Rust
1
star
35

mush

an mpd repl
Rust
1
star