gilliek / ghmd

Simple CLI tool written in Go that renders GitHub Markdown files using the GitHub API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to disable auto refresh.

rolinh opened this issue · comments

By default, <meta http-equiv="refresh" content="2"> is added to head.
It is nice if you want to watch for the changes but if you want to, for instance, copy paste some text from the page, you better take less than 2 seconds to do it...

Thanks for the suggestion :)