ypload
is utility for uploading image files to Yandex.Fotki service.
ypload <imageFile>
- If you have Go installed (install with
apt-get install golang
for Ubuntu/Debian,brew install go
with Homebrew on OS X):
- Make sure you have set
GOPATH
environment variable (to some existing folder, ~/go for example) go install github.com/ivanzoid/ypload
- If your
PATH
containsGOPATH
, then just run asypload ...
, otherwise run as$GOPATH/bin/ypload ...
- If you don't have (and/or don't want) Go installed: grab binary in releases tab.
Ivan Zezyulya, ypload@zoid.cc
ypload
is available under the MIT license. See the LICENSE file for more info.