Skip to content

Commit 4bda31e

Browse files
committed
docs: Update README with settings features and new links
This commit updates the `README.md` file to include information about the new "Settings" screen, add more details to the "Storage Analyzer" section, and make the main screenshot a clickable link to a YouTube video. ### Key Changes: * **Links:** * Added a link to the project website. * Made the main screenshot link to a YouTube video. * **Settings Section:** * Added a new "Settings" section detailing features like custom path configuration (Android SDK, Gradle, Kotlin Native, IDEs), path validation, and persistent storage. * **Storage Analyzer:** * Expanded the feature list to include real-time progress tracking and support for multiple JDK/IDE paths. * **Project Analyzer:** * Minor formatting fix in the feature list.
1 parent 40fd7e7 commit 4bda31e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 🧠 DevAnalyzer
22

3-
[![DevAnalyzer](screenshot/dev_analyzer.png)]()
3+
[![DevAnalyzer](screenshot/dev_analyzer.png)](https://youtu.be/1tJbMAHIy6M?si=R2iJRh2U-dAx6NPx)
4+
5+
**🌐 [Visit Website](https://coding-meet.github.io/DevAnalyzer/)**
46

57
---
68

@@ -10,6 +12,8 @@
1012

1113
- 🧩 **Project Analyzer** — Examines project modules, Gradle configurations, applied plugins, dependencies, and related build files.
1214
- 💾 **Storage Analyzer** — Scans SDKs, IDE data, Gradle caches, and library directories to visualize overall storage usage.
15+
- ⚙️ **Settings** — Configure custom paths for Android SDK, Gradle User Home, Kotlin Native, and IDE
16+
locations.
1317

1418
Designed for modern developers, **DevAnalyzer** helps you **understand**, **analyze**, and **optimize** your entire development ecosystem — all from a single, unified interface.
1519
Built as a **desktop-first tool**, it runs seamlessly across platforms and can be easily extended to **Android**, **KMP**, or **backend Kotlin** environments.
@@ -33,6 +37,19 @@ Built as a **desktop-first tool**, it runs seamlessly across platforms and can b
3337
- 📊 Scan **SDK**, **NDK**, **CMake**, **Kotlin/Native**, **JDK** and **Extras** directories.
3438
- 📄 Analyze **IDE data** (Android Studio, IntelliJ) including logs, caches, and support files.
3539
- 🧠 Inspect **Gradle Daemons**, **Wrappers**, and **Cached Libraries**.
40+
- ⚡ Real-time progress tracking with elapsed time display.
41+
- 📁 Support for multiple JDK paths and IDE locations.
42+
43+
### ⚙️ Settings
44+
45+
- 🛠️ Configure custom paths for:
46+
- Android SDK location
47+
- Gradle User Home directory
48+
- Kotlin Native cache
49+
- Android Studio/IDE locations
50+
- ✅ Path validation and existence status indicators
51+
- 🔄 Reset to default paths option
52+
- 💾 Persistent storage using DataStore
3653

3754
---
3855

0 commit comments

Comments
 (0)