grup
is an offline markdown previewer inspired by the impeccable grip - minus sending your local files to github for formatting.
Get preview for an .md file e.g. README.md:
grup README.md
Then click the displayed link to open the preview in your browser.
When trying to run grup in zsh
, the grup command will be shadowed by an alias defined by the zsh git
plugin.
This can be prevented by adding
unalias grup
to your .zshrc
which removes the alias.
By default the html output is styled using Github Markdown CSS by Sindre Sorhus.