Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MaxAFriedrich/txt_server

Reads a plain text file and inserts it into as html template, serves it on localhost and opens it in the defualt web-browser.
https://github.com/MaxAFriedrich/txt_server

html-server plaintext python3

Last synced: about 2 months ago
JSON representation

Reads a plain text file and inserts it into as html template, serves it on localhost and opens it in the defualt web-browser.

Awesome Lists containing this project

README

        

# txt_server
Reads a plain text file and inserts it into as html template, serves it on localhost and opens it in the defualt web-browser.

## Usage

```bash
git clone https://github.com/MaxAFriedrich/txt_server
cd txt_server
python txt_server file/name.txt
```

You 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.