Files
s3-genindex/README.md
2025-12-02 23:47:17 +01:00

525 B

s3-genindex

Generate HTML directory indexes with file type icons and responsive design.

Install

go install git.ipng.ch/ipng/s3-genindex/cmd/s3-genindex@latest

Usage

# Generate index.html in current directory
s3-genindex

# Generate recursively with custom output
s3-genindex -r -o listing.html /path/to/dir

# Exclude files by regex
s3-genindex -x "(build|node_modules|\.tmp)"

Build

make build
make test

See docs/DETAILS.md for complete documentation.