Crates.io | markdown-reader |
lib.rs | markdown-reader |
version | 0.1.25 |
created_at | 2024-02-27 09:58:41.297764+00 |
updated_at | 2025-05-07 22:14:48.855305+00 |
description | A simple markdown reader that uses ratatui to render markdown files. |
homepage | |
repository | https://github.com/joshka/tui-markdown |
max_upload_size | |
id | 1154970 |
size | 70,677 |
GitHub Repository · Changelog · Contributing
An experimental Proof of Concept markdown reader that uses Ratatui to render markdown files. The primary purpose of this crate is to test the tui-markdown crate. It is not ready for any sort of real world use.
To install the markdown reader application (mdr):
cargo install --locked markdown-reader
mdr --help
A simple markdown reader that uses ratatui to render markdown files.
Usage: mdr [PATH]
Arguments:
[PATH] The path to the markdown file to read [default: README.md]
Options:
-h, --help Print help
-V, --version Print version
This is working code, but not every markdown feature is supported. PRs welcome!
Copyright (c) 2024 Josh McKinney
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.