fmtview 0.3.1

Fast CLI viewer for highlighting, search, and diffs across JSON, JSONL, markup, Markdown, TOML, text, and Jinja
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# fmtview notes

Markdown files are opened as passthrough text.

- Wrap still works for long prose in the terminal viewer.
- `Inline code` and [links]https://github.com/siriusctrl/fmtview are highlighted.

> Blockquotes keep their marker visible while the text wraps.

```toml
[viewer]
mode = "markdown"
```