MichaelMure / mdr

MarkDown Renderer for the terminal
MIT License
430 stars 19 forks source link

Monitor mode #7

Open afranke opened 4 years ago

afranke commented 4 years ago

It is quite common for people to want to preview the result as they edit a document. This could be done by having e.g. two terminal windows side by side, one with the editor and the other with mdr running. mdr would need to monitor the file for change.

MichaelMure commented 4 years ago

Make sense to me. --watch maybe ?

afranke commented 4 years ago

--watch sounds good. No idea if anything else uses it, but it works for me.

toolonely commented 2 years ago

Optionally, a hotkey for explicit reloading of currently rendered file would be nice, when the program isn't running with monitor mode on.