Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s3ththompson/collage

🖼 Serve random images from a folder as a collage.
https://github.com/s3ththompson/collage

Last synced: about 1 month ago
JSON representation

🖼 Serve random images from a folder as a collage.

Awesome Lists containing this project

README

        

![Preview](example.png)

## Collage

Simple CLI to serve random images from a folder as a collage.

![Terminal](usage.png)

### Installation

```
$ go get github.com/s3ththompson/collage
```

### Usage

```
collage [options...] [FOLDER]
Options:
-n Number of images to display (randomly) from folder (default 100)
```

### Example

- Serve all the photos in my home directory

```
$ collage ~/
Collage of [100] images from [/Users/seththompson] 🎨
Serving on http://localhost:2222
```

- Serve 10 random photos from my pictures

```
$ collage ~/Pictures -n 10
Collage of [10] images from [/Users/seththompson/Pictures] 🎨
Serving on http://localhost:2222
```