# MD-TUI
<!--toc:start-->
- [MD-TUI](#md-tui)
- [Installation](#installation)
- [Key binds](#key-binds)
<!--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 |
| `r` | Reload file |
| `f` or `/` | Search |
| `s` | Enter select link mode |
| `Enter` | Select. Depending on which mode it can: open file, select link, search |
| `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 |