Skip to content

ecrmnn/spaceholder-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spaceholder-go

Go implementation of spaceholder

Work in progress

This project is experimental and under development. If you want to use it's functionality I recommend you install the original project

What is it?

Spaceholder makes it easy to download placeholder images when you need them. Images are downloaded from LoremPixel.com, Placehold.it, PlaceIMG.com, Dummyimage.com, Unsplash.it.

Installation

Clone, build go build -o spaceholder github.com/ecrmnn/spaceholder-go and move to /usr/local/bin

Usage

spaceholder
# Downloads 1 image (1024x768px) into current directory

spaceholder -number 100
# Downloads 100 images into current directory

spaceholder -size 800x600
# Downloads 1 image (800x600px) into current directory

spaceholder -number 50 -size 800x600 -provider loremPixel
# Downloads 50 images (800x600px) from LoremPixel into current directory
# If no --provider is specified, each image is downloaded from a random provider

Providers / Sources

License

MIT © Daniel Eckermann

About

Go implementation of spaceholder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages