From 9102f0f69b246754d8d6d0efc2cae35908ea4aff Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 10 Oct 2025 22:04:24 +0300 Subject: [PATCH] add usage section --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 68ece21..c888caa 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ # downloads-manager Main feature is to list files and directories inside ~/Downloads folder and show each one's last modification date, user can select files to delete + +## Usage + +```bash +downloads-manager -dir ~/Downloads +```