blob: e9d41ce98852e2e05358b28467c02f8de799b944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# gal
Yet another photo gallery generator.
[Demo page](http://pics.niedzwiedzinski.cyou/mando/)
## Why?
I could not find any other working solution that would be as simple as this. This script just resizes all images and generates grid menu for them. That is all.
## Install
```
git clone https://git.niedzwiedzinski.cyou/gal && cd gal
export BINDIR=$HOME/scripts
ln -s $PWD/gal $BINDIR
```
## Usage
```
nix shell github:19pdh/gal
gal [PHOTOS DIR] [OUTPUT DIR]
```
|