2025-12-03 00:03:47 +01:00
2025-12-02 23:49:32 +01:00
2025-12-02 23:49:32 +01:00
2025-12-02 23:50:07 +01:00
2025-12-03 00:03:47 +01:00
2025-12-03 00:03:47 +01:00
2025-12-03 00:03:47 +01:00
2025-12-02 23:47:17 +01:00
2025-12-02 23:47:17 +01:00
2025-12-02 23:47:17 +01:00

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.

Description
No description provided
Readme Apache-2.0 174 KiB
Languages
Go 95.7%
Makefile 4.3%