diff options
-rw-r--r-- | readme.md | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -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 | ||
5 | Browse Wikipedia pages from the command line. | 3 | Browse mediawiki pages from the command line. |
6 | 4 | ||
7 | ## Installation | 5 | ## Installation |
8 | 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` |
@@ -16,10 +14,21 @@ cargo run | |||
16 | 14 | ||
17 | ## Usage | 15 | ## Usage |
18 | 16 | ||
19 | ![scrot.png](https://0x0.st/sVXt.png) | ||
20 | |||
21 | Taizen uses a **stack** like model. | 17 | Taizen uses a **stack** like model. |
22 | 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. |
23 | Hit `s` to search | 19 | Hit `s` to search |
24 | Hit `q` to quit | 20 | Hit `q` to quit |
25 | Hit `t` to pop a layer from the article stack | 21 | Hit `t` to pop a layer from the article stack |
22 | |||
23 | You can now view wikipedia pages in different languages, by passing the | ||
24 | language code as a commandline arg. | ||
25 | [List of language codes](https://en.wikipedia.org/wiki/List_of_Wikipedias#Wikipedia_edition_codes) | ||
26 | |||
27 | ``` | ||
28 | taizen --lang=sv | ||
29 | ``` | ||
30 | |||
31 | |||
32 | ## Screenshot | ||
33 | |||
34 | ![scrot.png](https://0x0.st/sVXt.png) | ||