Skip to content

claudiu-persoiu/golisting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo gallery generator

The purpose of the files is to generate a simple photo gallery index in the folder that is placed.

Instructions

Just from the releases section https://github.com/claudiu-persoiu/golisting/releases just download the latest release for your system and run it with the appropriate options (see options setions below).

$ ./golisting-xxxx-xxx -path="/path/to/photos"

Options

  • -help - display the help menu;
  • -path - (optional) path to folder, defaul to current folder;
  • -address - (optional) address/port on which to run the server default to port 5000;
  • -output - (optional) output html files and don't start the web server.