{{template "header.html" "CLI documentation | Mandible"}} {{template "navbar.html"}} {{template "modal_uploaded.html"}} {{template "modal_error.html"}}

Imgup - CLI

Upload your images comfortable from the command line!

Installation:

Download:

Download the precompiled binary from here:

bin.iamfabulous.de/imgup

Currently there are only binaries for Linux available.

Compiling from source:

You can compile imgup from source. You need a working Golang installation already set up. Read here more.

cd $GOPATH
git clone https://git.iamfabulous.de/cgit.cgi/mandible
cd mandible/cli/imgup
go build

You are finished. Now you can start using imgup.

Usage:

imgup [FILE] [URL]

File have to be the path to a valid image file. Url must start with 'http://' or 'https://'.

Example Usage:

$ imgup http://i.imgur.com/s9zxmYe.jpg
Your image (http://i.imgur.com/s9zxmYe.jpg) was uploaded!
			
Follow this link: 
  http://i.iamfabulous.de:8080/i/h/M/hMKg2qS
			  
Have a nice day!

{{template "footer.html"}}