From 54f573c93b80fd7450f06dc1b3db3c67a0c5c6ab Mon Sep 17 00:00:00 2001 From: visionmercer Date: Mon, 23 Mar 2026 08:50:28 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5357036..c7390b2 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # ISOSilo -A lightweight Go web server that lets you browse and download files from ISO -9660 images via your browser — without mounting them. +A Vibe coded Go web server that lets you browse and download files from ISO +9660 images via your browser, without mounting them. ## Features -- **Library view** — lists all `.iso` files in a directory as clickable cards -- **In-ISO browsing** — navigate directories inside any ISO just like a file +- **Library view** - lists all `.iso` files in a directory as clickable cards +- **In-ISO browsing** - navigate directories inside any ISO just like a file manager -- **File downloads** — download individual files directly from within an ISO -- **Clean UI** — dark-themed, responsive interface with file-type icons -- **Safe** — path traversal protection; only `.iso` files in the served +- **File downloads** - download individual files directly from within an ISO +- **Clean UI** - dark-themed, responsive interface with file-type icons +- **Safe** - path traversal protection; only `.iso` files in the served directory are accessible -- **Zero mount required** — reads ISO images directly using the ISO 9660 library +- **Zero mount required** - reads ISO images directly using the ISO 9660 library ## Installation