Skip to content
/ gosvr Public

A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.

License

Notifications You must be signed in to change notification settings

JeziL/gosvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosvr

Build Status Go Report Card

A Golang alternative to SimpleHTTPServer, but more beautiful and powerful.

Features

  • Good-looking.
  • View, download, upload, rename and delete files.
  • Display source code with syntax highlighting.
  • Render markdown files like GitHub does.

Install

  • From source (with Go installed, recommended)

     go get github.com/JeziL/gosvr
  • From binary (untested)

    See Latest release.

Usage

gosvr [-d DIR] [-p PORT]

optional arguments:
  -d DIR     Root directory to serve files from. (default ".")
  -p PORT    Port number of the HTTP service. (default "8080")
  -v         Version number of gosvr
  -h         Help info

Powered by