Quickly preview local markdown files in browser with GitHub-like look.
Doesn't use GitHub API, but locally compiles markdown to HTML in Rust and renders it in a browser.
Supports most of the GitHub markdown features, including syntax highlighting and math formulas.
Has GitHub-like CSS including automatic dark/light colorschemes.
Install from crates.io:
cargo install mdopen
or directly from this repo:
cargo install --git https://github.com/immanelg/mdopen.git
Start the server and README.md
in your favourite browser:
mdopen README.md --browser firefox
grip is similar.