From b6a7f8f5ae386e318a4201d8e36dca3f431a9fab Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Mon, 23 Jul 2018 19:06:11 +0530 Subject: Add instructions for different langs --- readme.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 2d6c64f..14095be 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,6 @@ -# Taizen - ![banner.png](https://0x0.st/sVMH.png) -Browse Wikipedia pages from the command line. +Browse mediawiki pages from the command line. ## Installation This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` @@ -16,10 +14,21 @@ cargo run ## Usage -![scrot.png](https://0x0.st/sVXt.png) - 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 +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](https://en.wikipedia.org/wiki/List_of_Wikipedias#Wikipedia_edition_codes) + +``` +taizen --lang=sv +``` + + +## Screenshot + +![scrot.png](https://0x0.st/sVXt.png) -- cgit v1.2.3