7829000c55f683285dd37acc3f4bab0507ec4783
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
Languages
Go
95.7%
Makefile
4.3%