mdview

Crates.iomdview
lib.rsmdview
version0.1.1
sourcesrc
created_at2020-09-13 14:05:38.312147
updated_at2020-09-16 20:55:02.366499
descriptionCommand line utility to quickly view markdown files in the browser
homepage
repositoryhttps://github.com/nacleric/mdview
max_upload_size
id288190
size25,442
Eric Ng (nacleric)

documentation

README

About

Command line utility to quickly view markdown files in the browser

Subcommands

mdview supports 2 main commands

Serve

Runs a small webserver to display markdown in the browser. Port will be set to 5000 by default. mdview serve <filepath> [port]

Debug

Runs aspell in the background and print out a list of mispelled words in the terminal. mdview debug <filepath>

Commit count: 19

cargo fmt