| Crates.io | mq-view |
| lib.rs | mq-view |
| version | 0.1.8 |
| created_at | 2025-12-17 13:19:34.642005+00 |
| updated_at | 2026-01-20 12:07:19.916254+00 |
| description | A library and CLI tool for rendering Markdown documents with syntax highlighting and rich text formatting |
| homepage | https://mqlang.org |
| repository | https://github.com/harehare/mq-view |
| max_upload_size | |
| id | 1990169 |
| size | 219,460 |
A library and CLI tool for rendering Markdown documents with syntax highlighting and rich text formatting. Built with mq - jq-like command-line tool for markdown processing.

curl -sSL https://raw.githubusercontent.com/harehare/mq-view/refs/heads/main/bin/install.sh | bash
The installer will:
~/.mq/bin/From crates.io (stable):
cargo install mq-view
From git (latest):
cargo install --git https://github.com/harehare/mq-view.git
View a markdown file:
mq-view README.md
Pipe markdown content:
echo "# Hello\n\n\`\`\`rust\nfn main() {}\n\`\`\`" | mq-view
MIT