diff options
-rw-r--r-- | readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ | |||
1 | # Taizen | 1 | # Taizen |
2 | 2 | ||
3 | Browse Wikipedia pages from the command line. | 3 | Browse Wikipedia pages from the command line. |
4 | |||
5 | ## Installation | ||
6 | |||
7 | ```shell | ||
8 | git clone https://github.com/nerdypepper/taizen | ||
9 | cd taizen | ||
10 | cargo run | ||
11 | ``` | ||
12 | |||
13 | ## Usage | ||
14 | |||
15 | Taizen uses a stack like model. Articles are opened on a new layer, and traversing the | ||
16 | stack involves popping the uppermost layer. | ||
17 | Hit `s` to search | ||
18 | Hit `q` to quit | ||
19 | Hit `t` to pop a layer from the article stack | ||