A simple binary written in go for serving your current directory as static content over HTTP from the terminal. Just run go get github.com/integrii/serve and use.
Usage of serve:
-l string
The address for the server to listen on. Examples: :80, 127.0.0.1:8000 (default ":8000")
-p string
The path for the server to serve. (default "/Current/directory")