aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-07-23 14:36:11 +0100
committerNerdyPepper <[email protected]>2018-07-23 14:36:11 +0100
commitb6a7f8f5ae386e318a4201d8e36dca3f431a9fab (patch)
tree9a0e9e85b7e1c57290aa6806d00e2cf8aa429203 /readme.md
parentc93dadb5f3f2198c8d036911d92304a672e89565 (diff)
Add instructions for different langs
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md21
1 files 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 @@
1# Taizen
2
3![banner.png](https://0x0.st/sVMH.png) 1![banner.png](https://0x0.st/sVMH.png)
4 2
5Browse Wikipedia pages from the command line. 3Browse mediawiki pages from the command line.
6 4
7## Installation 5## Installation
8This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` 6This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen`
@@ -16,10 +14,21 @@ cargo run
16 14
17## Usage 15## Usage
18 16
19![scrot.png](https://0x0.st/sVXt.png)
20
21Taizen uses a **stack** like model. 17Taizen uses a **stack** like model.
22Articles are opened on new layers, pop a layer to go back. 18Articles are opened on new layers, pop a layer to go back.
23Hit `s` to search 19Hit `s` to search
24Hit `q` to quit 20Hit `q` to quit
25Hit `t` to pop a layer from the article stack 21Hit `t` to pop a layer from the article stack
22
23You can now view wikipedia pages in different languages, by passing the
24language code as a commandline arg.
25[List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Wikipedia_edition_codes)
26
27```
28taizen --lang=sv
29```
30
31
32## Screenshot
33
34![scrot.png](https://0x0.st/sVXt.png)