From 3384ad863a5ebf8ef12d549efca10ef58f680517 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 21 May 2026 19:56:28 +0200 Subject: [PATCH] README shortupdate --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..d2537be 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# file-organizer + +Sorts files in the current directory into category folders (Pictures, Documents, Music, Videos) based on file extension. Unknown types are left in place. + +Run from any directory: + +``` +file_organizer +```