diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ | |||
1 | # Taizen | 1 | # Taizen |
2 | 2 | ||
3 | ![neet.png](https://0x0.st/sfvw.png) | ||
4 | |||
3 | Browse Wikipedia pages from the command line. | 5 | Browse Wikipedia pages from the command line. |
4 | 6 | ||
5 | ## Installation | 7 | ## Installation |
@@ -12,8 +14,8 @@ cargo run | |||
12 | 14 | ||
13 | ## Usage | 15 | ## Usage |
14 | 16 | ||
15 | Taizen uses a stack like model. Articles are opened on a new layer, and traversing the | 17 | Taizen uses a stack like model. |
16 | stack involves popping the uppermost layer. | 18 | Articles are opened on new layers, pop a layer to go back. |
17 | Hit `s` to search | 19 | Hit `s` to search |
18 | Hit `q` to quit | 20 | Hit `q` to quit |
19 | Hit `t` to pop a layer from the article stack | 21 | Hit `t` to pop a layer from the article stack |