Skip to content

Commit 099d2cb

Browse files
committed
Replace all nolindnaidoo references with OffensiveEdge
- Updated author information in package.json - Updated all README.md marketplace and GitHub links - Updated documentation files (ARCHITECTURE.md, etc.) - Updated localization files (package.nls.json, src/i18n/*) - Updated source code references - Updated sample files and documentation - All references now point to OffensiveEdge organization
1 parent 4961c1b commit 099d2cb

19 files changed

+39
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Numbers-LE brings zero-hassle number extraction to VS Code. Simple, reliable, fo
4343
- **Financial Analysis** - Extract revenue, profit, and growth metrics from JSON/CSV for quick validation
4444
- **Config Validation** - Pull timeouts, limits, and thresholds from YAML/TOML/INI for auditing
4545
- **Performance Monitoring** - Analyze CPU, memory, and response times from logs and metrics files
46-
- **Data QA** - Get instant statistics (avg, median, outliers) on numeric datasets
46+
- **Data QA** - Get instant statistics (avg, median, outliers) on numeric datasets

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
<p align="center">
1111
<!-- VS Code Marketplace -->
12-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le">
13-
<img src="https://img.shields.io/visual-studio-marketplace/v/nolindnaidoo.numbers-le" alt="VSCode Marketplace Version" />
12+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le">
13+
<img src="https://img.shields.io/visual-studio-marketplace/v/OffensiveEdge.numbers-le" alt="VSCode Marketplace Version" />
1414
</a>
1515
<!-- Open VSX -->
16-
<a href="https://open-vsx.org/extension/nolindnaidoo/numbers-le">
17-
<img src="https://img.shields.io/open-vsx/v/nolindnaidoo/numbers-le" alt="Open VSX Version" />
16+
<a href="https://open-vsx.org/extension/OffensiveEdge/numbers-le">
17+
<img src="https://img.shields.io/open-vsx/v/OffensiveEdge/numbers-le" alt="Open VSX Version" />
1818
</a>
1919
<!-- Build -->
20-
<a href="https://github.com/nolindnaidoo/numbers-le/actions">
21-
<img src="https://img.shields.io/github/actions/workflow/status/nolindnaidoo/numbers-le/ci.yml?branch=main" alt="Build Status" />
20+
<a href="https://github.com/OffensiveEdge/numbers-le/actions">
21+
<img src="https://img.shields.io/github/actions/workflow/status/OffensiveEdge/numbers-le/ci.yml?branch=main" alt="Build Status" />
2222
</a>
2323
<!-- License -->
24-
<a href="https://github.com/nolindnaidoo/numbers-le/blob/main/LICENSE">
25-
<img src="https://img.shields.io/github/license/nolindnaidoo/numbers-le" alt="MIT License" />
24+
<a href="https://github.com/OffensiveEdge/numbers-le/blob/main/LICENSE">
25+
<img src="https://img.shields.io/github/license/OffensiveEdge/numbers-le" alt="MIT License" />
2626
</a>
2727
</p>
2828

@@ -43,7 +43,7 @@
4343
## 🙏 Thank You
4444

4545
If Numbers-LE saves you time, a quick rating helps other developers discover it:
46-
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le)[Open VSX](https://open-vsx.org/extension/nolindnaidoo/numbers-le)
46+
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le)[Open VSX](https://open-vsx.org/extension/OffensiveEdge/numbers-le)
4747

4848
## ✅ Why Numbers-LE?
4949

@@ -76,13 +76,13 @@ Numbers-LE intelligently identifies **true numeric values** (integers, floats, p
7676

7777
## 🚀 More from the LE Family
7878

79-
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/string-le)
80-
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/envsync-le)
81-
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/paths-le)
82-
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le)** - Audit API endpoints and external resources • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/urls-le)
83-
- **[Scrape-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.scrape-le)** - Validate scraper targets before debugging • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/scrape-le)
84-
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/colors-le)
85-
- **[Dates-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.dates-le)** - Extract temporal data from logs and APIs • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/dates-le)
79+
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/string-le)
80+
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/envsync-le)
81+
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/paths-le)
82+
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le)** - Audit API endpoints and external resources • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/urls-le)
83+
- **[Scrape-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.scrape-le)** - Validate scraper targets before debugging • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/scrape-le)
84+
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/colors-le)
85+
- **[Dates-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.dates-le)** - Extract temporal data from logs and APIs • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/dates-le)
8686

8787
## 💡 Use Cases
8888

@@ -93,7 +93,7 @@ Numbers-LE intelligently identifies **true numeric values** (integers, floats, p
9393

9494
## 🚀 Quick Start
9595

96-
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le) or [Open VSX](https://open-vsx.org/extension/nolindnaidoo/numbers-le)
96+
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le) or [Open VSX](https://open-vsx.org/extension/OffensiveEdge/numbers-le)
9797
2. Open any supported file type (`Cmd/Ctrl + P` → search for "Numbers-LE")
9898
3. Run Quick Extract (`Cmd+Alt+N` / `Ctrl+Alt+N` / Status Bar)
9999

@@ -152,7 +152,7 @@ Ensure file is saved with supported extension (.json, .yaml, .csv, .toml, .ini,
152152
Enable CSV streaming: `numbers-le.csv.streamingEnabled: true`
153153

154154
**Need help?**
155-
Check [Issues](https://github.com/nolindnaidoo/numbers-le/issues) or enable logging: `numbers-le.telemetryEnabled: true`
155+
Check [Issues](https://github.com/OffensiveEdge/numbers-le/issues) or enable logging: `numbers-le.telemetryEnabled: true`
156156

157157
## ❓ FAQ
158158

@@ -176,4 +176,4 @@ Powered by Vitest • Run with `bun test --coverage`
176176
---
177177

178178
Copyright © 2025
179-
<a href="https://github.com/nolindnaidoo">@nolindnaidoo</a>. All rights reserved.
179+
<a href="https://github.com/OffensiveEdge">@OffensiveEdge</a>. All rights reserved.

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ sequenceDiagram
376376

377377
---
378378

379-
**Project:** [Issues](https://github.com/nolindnaidoo/numbers-le/issues)[Pull Requests](https://github.com/nolindnaidoo/numbers-le/pulls)[Releases](https://github.com/nolindnaidoo/numbers-le/releases)
379+
**Project:** [Issues](https://github.com/OffensiveEdge/numbers-le/issues)[Pull Requests](https://github.com/OffensiveEdge/numbers-le/pulls)[Releases](https://github.com/OffensiveEdge/numbers-le/releases)
380380

381381
**Docs:** [Architecture](ARCHITECTURE.md)[Testing](TESTING.md)[Performance](PERFORMANCE.md)[Development](DEVELOPMENT.md)[Troubleshooting](TROUBLESHOOTING.md)[Privacy](PRIVACY.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version": "1.7.0",
77
"license": "MIT",
88
"author": {
9-
"name": "Nolin D Naidoo",
10-
"url": "https://github.com/nolindnaidoo"
9+
"name": "OffensiveEdge",
10+
"url": "https://github.com/OffensiveEdge"
1111
},
1212
"repository": {
1313
"type": "git",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"runtime.help.formats": "**Supported**: JSON, YAML, CSV, TOML, INI, .ENV\n**Number Types**: Integers, floats, percentages, scientific notation\n**CSV Features**: Column selection, streaming for large files",
6969
"runtime.help.troubleshooting": "**No numbers found?** Check file format and number syntax\n**Performance issues?** Enable CSV streaming for large files\n**Need help?** Check Output panel for details",
7070
"runtime.help.settings": "Access via Command Palette: \"Numbers-LE: Open Settings\"\nKey settings: Copy to clipboard, CSV streaming, deduplication, sorting, analysis",
71-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/numbers-le/issues"
71+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/numbers-le/issues"
7272
}

release/numbers-le-1.4.6.vsix

-1.38 MB
Binary file not shown.

src/commands/help.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ function generateHelpContent(): string {
254254
lines.push('## Additional Resources');
255255
lines.push('');
256256
lines.push(
257-
'- **Documentation:** [GitHub Repository](https://github.com/nolindnaidoo/numbers-le)',
257+
'- **Documentation:** [GitHub Repository](https://github.com/OffensiveEdge/numbers-le)',
258258
);
259259
lines.push(
260-
'- **Report Issues:** [GitHub Issues](https://github.com/nolindnaidoo/numbers-le/issues)',
260+
'- **Report Issues:** [GitHub Issues](https://github.com/OffensiveEdge/numbers-le/issues)',
261261
);
262262
lines.push(
263-
'- **VS Code Marketplace:** [Extension Page](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le)',
263+
'- **VS Code Marketplace:** [Extension Page](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le)',
264264
);
265265
lines.push('');
266266

src/i18n/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"runtime.help.formats": "**Unterstützt**: JSON, YAML, CSV, TOML, INI, .ENV\n**Zahlentypen**: Ganzzahlen, Gleitkommazahlen, Prozentsätze, wissenschaftliche Notation\n**CSV-Funktionen**: Spaltenauswahl, Streaming für große Dateien",
6969
"runtime.help.troubleshooting": "**Keine Zahlen gefunden?** Überprüfen Sie das Dateiformat und die Zahlensyntax\n**Leistungsprobleme?** CSV-Streaming für große Dateien aktivieren\n**Benötigen Sie Hilfe?** Details finden Sie im Ausgabefenster",
7070
"runtime.help.settings": "Zugriff über die Befehlspalette: „Numbers-LE: Einstellungen öffnen“\nWichtige Einstellungen: In Zwischenablage kopieren, CSV-Streaming, Deduplizierung, Sortieren, Analyse",
71-
"runtime.help.support": "GitHub-Probleme: https://github.com/nolindnaidoo/numbers-le/issues"
71+
"runtime.help.support": "GitHub-Probleme: https://github.com/OffensiveEdge/numbers-le/issues"
7272
}

src/i18n/package.nls.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"runtime.help.formats": "**Compatible**: JSON, YAML, CSV, TOML, INI, .ENV.\n**Tipos de números**: enteros, flotantes, porcentajes, notación científica.\n**Funciones CSV**: selección de columnas, streaming para archivos grandes.",
6969
"runtime.help.troubleshooting": "**¿No se encuentran números?** Compruebe el formato del archivo y la sintaxis de los números.\n**¿Problemas de rendimiento?** Habilita la transmisión CSV para archivos grandes.\n**¿Necesitas ayuda?** Consulta el panel de salida para obtener más detalles.",
7070
"runtime.help.settings": "Acceso a través de la paleta de comandos: «Numbers-LE: Abrir configuración».\nConfiguración clave: Copiar al portapapeles, transmisión CSV, deduplicación, ordenación, análisis.",
71-
"runtime.help.support": "Problemas de GitHub: https://github.com/nolindnaidoo/numbers-le/issues"
71+
"runtime.help.support": "Problemas de GitHub: https://github.com/OffensiveEdge/numbers-le/issues"
7272
}

src/i18n/package.nls.fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
"runtime.help.formats": "**Prise en charge** : JSON, YAML, CSV, TOML, INI, .ENV\n**Types de nombres** : entiers, flottants, pourcentages, notation scientifique\n**Fonctionnalités CSV** : sélection de colonnes, streaming pour les fichiers volumineux",
6969
"runtime.help.troubleshooting": "**Aucun nombre trouvé ?** Vérifiez le format du fichier et la syntaxe des nombres\n**Problèmes de performances ?** Activez le streaming CSV pour les fichiers volumineux.\n**Besoin d'aide ?** Consultez le panneau de sortie pour plus de détails.",
7070
"runtime.help.settings": "Accès via la palette de commandes : « Numbers-LE : Ouvrir les paramètres ».\nParamètres clés : Copier dans le presse-papiers, streaming CSV, déduplication, tri, analyse.",
71-
"runtime.help.support": "Problèmes GitHub : https://github.com/nolindnaidoo/numbers-le/issues"
71+
"runtime.help.support": "Problèmes GitHub : https://github.com/OffensiveEdge/numbers-le/issues"
7272
}

0 commit comments

Comments
 (0)