brain-cleaner 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.es.md +20 -6
  2. package/README.md +29 -17
  3. package/package.json +18 -8
package/README.es.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Brain Cleaner
2
2
 
3
3
  **Language / Idioma:**
4
- [🇬🇧 English](https://github.com/konstantinWDK/brain-cleaner/blob/main/README.md)  |  🇪🇸 Español
4
+ 🇪🇸 Español  |  [🇬🇧 English](https://github.com/konstantinWDK/brain-cleaner/blob/main/README.md)
5
5
 
6
6
  [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
7
7
  [![Licencia: MIT](https://img.shields.io/badge/Licencia-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -9,13 +9,27 @@
9
9
 
10
10
  ---
11
11
 
12
- **Brain Cleaner** es una utilidad de escritorio para encontrar y eliminar archivos residuales dejados por herramientas de IA (Gemini, Claude, Cursor, Windsurf…) y carpetas `node_modules` pesadas.
12
+ ### 🚀 Instalación Recomendada (Global)
13
+ Instala directamente desde NPM para obtener la última versión estable:
13
14
 
14
- ## Características Principales
15
+ ```bash
16
+ npm install -g brain-cleaner
17
+ ```
15
18
 
16
- - Limpiador de IA Detecta y elimina caché, logs y configuraciones de asistentes de IA.
17
- - Revisor de NPM Libera espacio en disco detectando y eliminando carpetas `node_modules` de proyectos web.
18
- - Selección Granular — Árbol de archivos interactivo para revisar y excluir dependencias individuales antes de borrar.
19
+ #### Alternativa: Instalación desde el Código Fuente (Python)
20
+ Si prefieres instalar vía Python/Pip directamente desde el repositorio:
21
+
22
+ ```bash
23
+ pip install git+https://github.com/konstantinwdk/brain-cleaner
24
+ ```
25
+
26
+ ---
27
+
28
+ ### 🚀 Requisitos
29
+ - Se requiere **Python 3.9+**.
30
+ - **Node.js 14+** (si se instala por NPM).
31
+
32
+ ---
19
33
 
20
34
  ## Inicio Rápido (Instalación y Ejecución)
21
35
 
package/README.md CHANGED
@@ -1,33 +1,45 @@
1
1
  # Brain Cleaner
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/brain-cleaner.svg)](https://www.npmjs.com/package/brain-cleaner)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
6
+
3
7
  **Language / Idioma:**
4
8
  🇬🇧 English  |  [🇪🇸 Español](https://github.com/konstantinWDK/brain-cleaner/blob/main/README.es.md)
5
9
 
6
- [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
- [![Platform macOS](https://img.shields.io/badge/platform-macOS-lightgrey.svg)](https://www.apple.com/macos/)
9
-
10
10
  ---
11
11
 
12
- **Brain Cleaner** is a desktop utility to find and remove residual files left by AI tools (Gemini, Claude, Cursor, Windsurf…) and heavy `node_modules` folders from your system.
12
+ **Brain Cleaner** is a professional CLI utility designed to reclaim disk space by identifying and removing digital noise:
13
+ - **AI Residue Cleaner** — Finds cache, logs, and config files from Gemini, Claude, Cursor, Windsurf, and more.
14
+ - **NPM Optimization** — Detects and safely deletes heavy `node_modules` folders from your development projects.
15
+ - **Interactive UI** — High-performance terminal interface with granular selection and safety checks.
13
16
 
14
- ## Core Features
17
+ ### ⚙️ Technical Architecture
18
+ While distributed via NPM for ease of use, Brain Cleaner is a hybrid tool. The Node.js wrapper automatically:
19
+ 1. Detects your local Python environment.
20
+ 2. **Auto-installs missing dependencies** (`blessed`, `Pillow`) on first run.
21
+ 3. Seamlessly executes the core Python cleaning engine.
15
22
 
16
- - AI Tools Cleaner — Detects and cleans configuration, cache, and logs from AI assistants.
17
- - NPM Cleaner Reclaims disk space by detecting and removing heavy `node_modules` folders.
18
- - Granular Selection — Interactive file tree to review and exclude individual files from deletion.
23
+ ### 🚀 Recommended Installation (Global)
24
+ Install directly from NPM to get the latest stable version:
19
25
 
20
- ## Quick Start
26
+ ```bash
27
+ npm install -g brain-cleaner
28
+ ```
21
29
 
22
- ### Installation (CLI Mode)
30
+ #### Alternative: Install from Source (Python)
31
+ If you prefer to install via Python/Pip directly from the repository:
23
32
 
24
- To install **Brain Cleaner** as a global command in your terminal:
33
+ ```bash
34
+ pip install git+https://github.com/konstantinwdk/brain-cleaner
35
+ ```
36
+
37
+ ### 🚀 Requirements
38
+ - **Python 3.9+** is required.
39
+ - **Node.js 14+** (if installing via NPM).
40
+
41
+ ## Quick Start
25
42
 
26
- 1. **Clone the repository**:
27
- ```bash
28
- git clone https://github.com/konstantinwdk/brain-cleaner.git
29
- ```
30
- 2. **Navigate to the folder**:
31
43
  ```bash
32
44
  cd brain-cleaner
33
45
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "brain-cleaner",
3
- "version": "1.2.1",
4
- "description": "System residue cleaner for AI tools and NPM modules",
3
+ "version": "1.2.2",
4
+ "description": "Professional CLI utility to reclaim disk space by removing residues from AI tools (Gemini, Claude, Cursor) and heavy node_modules folders. Optimized for system performance and digital decluttering.",
5
5
  "main": "bin/brain-cleaner.js",
6
6
  "bin": {
7
7
  "brain-cleaner": "bin/brain-cleaner.js"
@@ -9,6 +9,14 @@
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/konstantinwdk/brain-cleaner.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/konstantinwdk/brain-cleaner/issues"
18
+ },
19
+ "homepage": "https://github.com/konstantinwdk/brain-cleaner#readme",
12
20
  "author": "Konstantin <info@webdesignerk.com>",
13
21
  "license": "MIT",
14
22
  "keywords": [
@@ -17,13 +25,15 @@
17
25
  "system",
18
26
  "npm",
19
27
  "node_modules",
20
- "disk-space"
28
+ "disk-space",
29
+ "ai-tools-cleaner",
30
+ "gemini",
31
+ "claude",
32
+ "cursor-cleaner",
33
+ "cleanup-utility",
34
+ "developer-tools"
21
35
  ],
22
36
  "engines": {
23
37
  "node": ">=14.0.0"
24
- },
25
- "bugs": {
26
- "url": "https://github.com/konstantinwdk/brain-cleaner/issues"
27
- },
28
- "homepage": "https://github.com/konstantinwdk/brain-cleaner#readme"
38
+ }
29
39
  }