diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-28 21:57:46 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-28 21:57:46 +0100 |
commit | b3caa806669442dddbccabadd296204d46a5fbb6 (patch) | |
tree | 7fec18726b32f705615f8813fdbf95fde2a45025 /README.md | |
parent | 042589d39cb987008666e671444f0b8e40b38e74 (diff) | |
download | galier-b3caa806669442dddbccabadd296204d46a5fbb6.tar.gz galier-b3caa806669442dddbccabadd296204d46a5fbb6.zip |
Add video gallery
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md index 7d39b2c..2c7b068 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,7 @@ -# gal +# galier -Yet another photo gallery generator. +Better [gal](https://github.com/19pdh/gal) - media 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. +It supports images and videos ## Usage - -``` -nix shell github:19pdh/gal - -gal [PHOTOS DIR] [OUTPUT DIR] -``` |