From fe05bb8a8d4ce49266faa5b44780ddebabd8131f Mon Sep 17 00:00:00 2001 From: supitszaire Date: Tue, 17 Mar 2026 20:38:48 +0100 Subject: [PATCH] updated readme to reflect new features <3 --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c72e245..b1dc9bc 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,20 @@ indir [--host address] [--port port] [--root http_root] directory --root http_root hosts on the specified subdirectory, i.e. `/files/` ``` -## customization +## features -### readme +### file serving +indir has the possibility of automatically serving an `index.html` instead of displaying the directory view! + +### customization + +#### readme drop a `README.md` into any directory and indir will render it below the file listing with full markdown support! +#### custom css +using a 'index.css' file, you can customize the directory view! + --- ## to-do: