This commit is contained in:
Pim van Pelt
2025-12-03 12:54:09 +01:00
parent 0b687bf9d9
commit 7a8e469baa

View File

@@ -2,7 +2,7 @@
## Overview
s3-genindex is a Go rewrite of the original Python genindex.py script. It generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems.
s3-genindex is a program that generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems.
## Features
@@ -434,3 +434,8 @@ Licensed under the Apache License 2.0. See original Python script for full licen
- Recursive directory processing
- File type detection and icons
- Responsive HTML design with dark mode support
## Acknowledgement
This tool was inspired by
[[index-html-generator](https://github.com/glowinthedark/index-html-generator)] on GitHub.