Crates.io | mdview |
lib.rs | mdview |
version | 0.1.1 |
source | src |
created_at | 2020-09-13 14:05:38.312147 |
updated_at | 2020-09-16 20:55:02.366499 |
description | Command line utility to quickly view markdown files in the browser |
homepage | |
repository | https://github.com/nacleric/mdview |
max_upload_size | |
id | 288190 |
size | 25,442 |
Command line utility to quickly view markdown files in the browser
mdview supports 2 main commands
Runs a small webserver to display markdown in the browser. Port will be set to 5000
by default.
mdview serve <filepath> [port]
Runs aspell in the background and print out a list of mispelled words in the terminal.
mdview debug <filepath>