gobin(1) GOBIN gobin(1) NAME gobin: command line pastebin implemented by goblin written in go. STILL IN DEVELOPMENT, ANYTHING UPLOADED MAY BE DELETED AT ANY TIME. SYNOPSIS Normal Upload: | curl -F 'gob=<-' http://gobin.io Horde Upload: | curl -F 'gob=<-' http://gobin.io/ DESCRIPTION Uploads output of to gobin.io or gobin.io/ and returns link to the gob. All gobs pasted to a horde (a group of gobs or goblins) can be seen by going to http://gobin.io/horde/. Add ? to resulting url for line numbers and syntax highlighting. All lexers for Pygments version 1.6 are valid. Github style markdown is rendered instead of highlighting using the same method (?markdown). can be any combination of upper or lower case letters Images and pdfs should work well also. EXAMPLES Normal Upload: ~$ echo "Gobin is awesome" | curl -F 'gob=<-' http://gobin.io http://gobin.io/VZiY ~$ firefox http://gobin.io/VZiY Syntax Highlighting: ~$ firefox http://gobin.io/VZiY?go Horde Upload: ~$ cat hatersgonnahate.gif | curl -F 'gob=<-' http://gobin.io/gifs http://gobin.io/VZiY ~$ firefox http://gobin.io/horde/gifs SEE ALSO http://github.com/kinghrothgar/goblin http://github.com/kinghrothgar/goblin-scripts