From b0645706f80da999c9a0b8ae0cf96bc0c3110d6b Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 14 Jan 2021 18:57:10 +0100 Subject: Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..081b926 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# gal + +Yet another photo gallery generator. + +## Why? + +I could not find any other working solution that would be simple. This script just resizes all images and generates grid menu for them. That is all. + +## Usage + +``` +nix shell github:19pdh/gal + +gal [PHOTOS DIR] [OUTPUT DIR] +``` -- cgit 1.4.1