Skip to content
/ wuu Public

A simple command line pastebin service built with Go.

License

Notifications You must be signed in to change notification settings

TheCreeper/wuu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wuu

wuu is a simple pastebin service built in Go. Simply post any text data to the server and it'll give you a paste link.

Usage

Simply compile using the go toolchain then specify a directory for the leveldb database to be stored using the "-db" flag. By default wuu listens on all interfaces, this can be changed using the "-addr" flag.

Start wuu.

wuu -db="~/wuudb"

Start wuu and force listening to loopback interface.

wuu -addr="localhost:8080" -db="~/wuudb"

About

A simple command line pastebin service built with Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages