1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# MD-TUI
<!--toc:start-->
- [MD-TUI](#md-tui)
- [Installation](#installation)
- [Key binds](#key-binds)
- [Contributions](#contributions)
<!--toc:end-->
## Installation
Using cargo: `cargo install md-tui`
Using AUR: `yay -S md-tui-bin`
## Key binds
| Key | Action |
| ---------- | ---------------------------------------------------------------------- |
| `j` | Scroll down |
| `k` | Scroll up |
| `l` | Scroll one page down |
| `h` | Scroll one page up |
| `r` | Reload file |
| `f` or `/` | Search |
| `s` | Enter select link mode |
| `Enter` | Select. Depending on which mode it can: open file, select link, search |
| `Esc` | Go back to _normal_ mode |
| `t` | Go back to files |
| `b` | Go back to previous file (file tree if no previous file) |
| `g` | Go to top of file |
| `G` | Go to bottom of the file |
| `d` | Go down half a page |
| `u` | Go up half a page |
| `q` | Quit the application |
## Contributions
Both PRs and issues are appreciated!