From 0eedb61455b73d769b333d83f6869721726cc110 Mon Sep 17 00:00:00 2001 From: glitchySid Date: Fri, 2 Jan 2026 00:42:32 +0530 Subject: [PATCH] added usage for --change-api key in docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 36bb005..022e4da 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,13 @@ Revert the last file organization: cargo run --release -- --undo ``` +### Change API key + +To change gemini API key: +``` + +``` + Preview what would be undone without actually reversing changes: ```bash @@ -267,6 +274,7 @@ This scans all subdirectories within your download folder and organizes files fr | `--max-concurrent` | `-m` | `5` | Maximum concurrent API requests | | `--recursive` | None | `false` | Recursively search files in subdirectories | | `--undo` | None | `false` | Undo the last file organization | +| `--change-key` | `false` | Changes Api Key | | `--help` | `-h` | - | Show help message | ## How It Works