diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ | |||
1 | ![banner.png](https://0x0.st/sVMH.png) | 1 | ![banner.png](https://0x0.st/sVMH.png) |
2 | 2 | ||
3 | Browse mediawiki pages from the command line. | 3 | Browse mediawiki pages from the command line. |
4 | 4 | ||
5 | ## Installation | 5 | ## Installation |
6 | This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` | 6 | This project uses [Cursive crate](https://github.com/gyscos/Cursive), so before installing `Taizen` |
@@ -9,19 +9,19 @@ make sure you have installed necessary Cursive [dependencies](https://github.com | |||
9 | ```shell | 9 | ```shell |
10 | git clone https://github.com/nerdypepper/taizen | 10 | git clone https://github.com/nerdypepper/taizen |
11 | cd taizen | 11 | cd taizen |
12 | cargo run | 12 | cargo run --release |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | ## Usage | 15 | ## Usage |
16 | 16 | ||
17 | Taizen uses a **stack** like model. | 17 | Taizen uses a **stack** like model. |
18 | Articles are opened on new layers, pop a layer to go back. | 18 | Articles are opened on new layers, pop a layer to go back. |
19 | Hit `s` to search | 19 | Hit `s` to search |
20 | Hit `q` to quit | 20 | Hit `q` to quit |
21 | Hit `t` to pop a layer from the article stack | 21 | Hit `t` to pop a layer from the article stack |
22 | 22 | ||
23 | You can now view wikipedia pages in different languages, by passing the | 23 | You can now view wikipedia pages in different languages, by passing the |
24 | language code as a commandline arg. | 24 | language code as a commandline arg. |
25 | [List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Detailed_list) | 25 | [List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Detailed_list) |
26 | 26 | ||
27 | ``` | 27 | ``` |