Reads a plain text file and inserts it into as html template, serves it on localhost and opens it in the defualt web-browser.
git clone https://github.com/MaxAFriedrich/txt_server
cd txt_server
python txt_server file/name.txtYou can also specify a port, to do this use -p [portnumber].
It may be handy to setup an alias to this project to make it easier to use.