added recursive file reading using --recursive flag.

added a feature to scan subdirectory and organize the file structure
even further.
This commit is contained in:
glitchySid
2025-12-29 18:47:50 +05:30
parent 09828ee2f5
commit 6df8af91bb
6 changed files with 187 additions and 352 deletions

View File

@@ -142,7 +142,7 @@ NoEntropy follows a five-step process to organize your files:
```
┌─────────────────┐
│ 1. Scan Files │ → Read all files in DOWNLOAD_FOLDER
│ 1. Scan Files │ → Read all files in DOWNLOAD_FOLDER (and subdir if --recursive flag is used)
└────────┬────────┘
┌─────────────────────────┐
@@ -334,7 +334,7 @@ noentropy/
Based on community feedback, we're planning:
- [ ] **Custom Categories** - Define custom categories in `config.toml`
- [ ] **Recursive Mode** - Organize files in subdirectories with `--recursive` flag
- [x] **Recursive Mode** - Organize files in subdirectories with `--recursive` flag
- [ ] **Undo Functionality** - Revert file organization changes
- [ ] **Custom Models** - Support for other AI providers
- [ ] **GUI Version** - Desktop application for non-CLI users