serve
Quickly serve any files on your computer from the command line
Requires golang installed locally
go get github.com/natethinks/serve && go install github.com/natethinks/serve
Change into the directory you want to serve files from
serve
Example output Serving current directory /Users/nate/Documents/ on http://1.2.3.4:8080