Skip to content

Commit 83edb49

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 44e4573 commit 83edb49

19 files changed

Lines changed: 40 additions & 40 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Paths-LE brings zero-hassle path extraction to VS Code. Simple, reliable, focuse
4848
- **Dependency Analysis** - Analyze imports, exports, and file references to identify missing files and circular dependencies
4949
- **Configuration Management** - Extract and validate file paths from configuration files
5050
- **Path Validation** - Verify that all referenced files exist and are accessible
51-
- **Monorepo Management** - Handle complex monorepo structures with cross-package references
51+
- **Monorepo Management** - Handle complex monorepo structures with cross-package references

README.md

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

1212
<p align="center">
1313
<!-- VS Code Marketplace -->
14-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.paths-le">
15-
<img src="https://img.shields.io/visual-studio-marketplace/v/nolindnaidoo.paths-le" alt="VSCode Marketplace Version" />
14+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.paths-le">
15+
<img src="https://img.shields.io/visual-studio-marketplace/v/OffensiveEdge.paths-le" alt="VSCode Marketplace Version" />
1616
</a>
1717
<!-- Open VSX -->
18-
<a href="https://open-vsx.org/extension/nolindnaidoo/paths-le">
19-
<img src="https://img.shields.io/open-vsx/v/nolindnaidoo/paths-le" alt="Open VSX Version" />
18+
<a href="https://open-vsx.org/extension/OffensiveEdge/paths-le">
19+
<img src="https://img.shields.io/open-vsx/v/OffensiveEdge/paths-le" alt="Open VSX Version" />
2020
</a>
2121
<!-- Build -->
22-
<a href="https://github.com/nolindnaidoo/paths-le/actions">
23-
<img src="https://img.shields.io/github/actions/workflow/status/nolindnaidoo/paths-le/ci.yml?branch=main" alt="Build Status" />
22+
<a href="https://github.com/OffensiveEdge/paths-le/actions">
23+
<img src="https://img.shields.io/github/actions/workflow/status/OffensiveEdge/paths-le/ci.yml?branch=main" alt="Build Status" />
2424
</a>
2525
<!-- License -->
26-
<a href="https://github.com/nolindnaidoo/paths-le/blob/main/LICENSE">
27-
<img src="https://img.shields.io/github/license/nolindnaidoo/paths-le" alt="MIT License" />
26+
<a href="https://github.com/OffensiveEdge/paths-le/blob/main/LICENSE">
27+
<img src="https://img.shields.io/github/license/OffensiveEdge/paths-le" alt="MIT License" />
2828
</a>
2929
</p>
3030

@@ -45,7 +45,7 @@
4545
## 🙏 Thank You
4646

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

5050
## ✅ Why Paths-LE?
5151

@@ -91,13 +91,13 @@ Paths-LE intelligently detects file paths in multiple formats (absolute, relativ
9191

9292
## 🚀 More from the LE Family
9393

94-
- **[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)
95-
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/numbers-le)
96-
- **[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)
97-
- **[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)
98-
- **[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)
99-
- **[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)
100-
- **[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)
94+
- **[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)
95+
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/numbers-le)
96+
- **[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)
97+
- **[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)
98+
- **[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)
99+
- **[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)
100+
- **[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)
101101

102102
## 💡 Use Cases
103103

@@ -149,7 +149,7 @@ C:\Users\Name\data,dir,User data directory
149149

150150
## 🚀 Quick Start
151151

152-
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.paths-le) or [Open VSX](https://open-vsx.org/extension/nolindnaidoo/paths-le)
152+
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.paths-le) or [Open VSX](https://open-vsx.org/extension/OffensiveEdge/paths-le)
153153
2. Open any supported file (`.js`, `.ts`, `.json`, `.html`, `.css`, `.toml`, `.csv`, `.env`)
154154
3. Run `Paths-LE: Extract Paths` (`Cmd+Alt+P` / `Ctrl+Alt+P`)
155155
4. Use **Deduplicate Paths** or **Sort Paths** commands for post-processing
@@ -264,7 +264,7 @@ Ensure file is saved with supported extension (.js, .ts, .json, .html, .css, .to
264264
Files over 10MB may take longer. Consider splitting into smaller chunks
265265

266266
**Need help?**
267-
Check [Issues](https://github.com/nolindnaidoo/paths-le/issues) or enable logging: `paths-le.telemetryEnabled: true`
267+
Check [Issues](https://github.com/OffensiveEdge/paths-le/issues) or enable logging: `paths-le.telemetryEnabled: true`
268268

269269
## ❓ FAQ
270270

@@ -400,4 +400,4 @@ When you first enable canonical resolution, Paths-LE will show a security warnin
400400
---
401401

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

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
@@ -123,5 +123,5 @@
123123
"runtime.help.formats": "**Supported**: JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, ENV\n**Path Types**: Import/require statements, file references, asset paths, configuration paths",
124124
"runtime.help.troubleshooting": "**No paths found?** Check file format and path syntax\n**Performance issues?** Enable safety settings for large files\n**Need help?** Check Output panel for details",
125125
"runtime.help.settings": "Access via Command Palette: \"Paths-LE: Open Settings\"\nKey settings: Copy to clipboard, deduplication, analysis, validation, performance monitoring",
126-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/paths-le/issues"
126+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/paths-le/issues"
127127
}

sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ After testing these samples:
272272
3. Check the status bar for real-time feedback
273273
4. Configure settings to customize behavior
274274

275-
For more information, see the main [README.md](../README.md) or check the [documentation](https://github.com/nolindnaidoo/paths-le).
275+
For more information, see the main [README.md](../README.md) or check the [documentation](https://github.com/OffensiveEdge/paths-le).

src/commands/extract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function registerExtractCommand(
113113
} else if (choice === 'Learn More') {
114114
vscode.env.openExternal(
115115
vscode.Uri.parse(
116-
'https://github.com/nolindnaidoo/paths-le#security-considerations',
116+
'https://github.com/OffensiveEdge/paths-le#security-considerations',
117117
),
118118
);
119119
return;

src/i18n/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@
112112
"runtime.help.formats": "**Unterstützt**: JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, ENV\n**Pfadtypen**: Import-/Require-Anweisungen, Dateiverweise, Asset-Pfade, Konfigurationspfade",
113113
"runtime.help.troubleshooting": "**Keine Pfade gefunden?** Überprüfen Sie das Dateiformat und die Pfadsyntax.\n**Leistungsprobleme?** Aktivieren Sie die Sicherheitseinstellungen für große Dateien.\n**Benötigen Sie Hilfe?** Details finden Sie im Ausgabefenster.",
114114
"runtime.help.settings": "Zugriff über die Befehlspalette: „Paths-LE: Einstellungen öffnen“\nWichtige Einstellungen: In die Zwischenablage kopieren, Deduplizierung, Analyse, Validierung, Leistungsüberwachung",
115-
"runtime.help.support": "GitHub-Probleme: https://github.com/nolindnaidoo/paths-le/issues"
115+
"runtime.help.support": "GitHub-Probleme: https://github.com/OffensiveEdge/paths-le/issues"
116116
}

src/i18n/package.nls.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@
113113
"runtime.help.formats": "**Compatible con**: JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, ENV.\n**Tipos de ruta**: sentencias import/require, referencias de archivos, rutas de activos, rutas de configuración.",
114114
"runtime.help.troubleshooting": "**¿No se han encontrado rutas?** Comprueba el formato del archivo y la sintaxis de la ruta.\n**¿Problemas de rendimiento?** Activa la configuración de seguridad para archivos grandes.\n**¿Necesitas ayuda?** Consulta el panel de salida para obtener más detalles.",
115115
"runtime.help.settings": "Acceso a través de la paleta de comandos: «Paths-LE: Abrir configuración».\nConfiguración clave: Copiar al portapapeles, deduplicación, análisis, validación, supervisión del rendimiento.",
116-
"runtime.help.support": "Problemas de GitHub: https://github.com/nolindnaidoo/paths-le/issues"
116+
"runtime.help.support": "Problemas de GitHub: https://github.com/OffensiveEdge/paths-le/issues"
117117
}

src/i18n/package.nls.fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@
113113
"runtime.help.formats": "**Prise en charge** : JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, ENV.\n**Types de chemins** : Instructions import/require, références de fichiers, chemins d'accès aux ressources, chemins d'accès à la configuration.",
114114
"runtime.help.troubleshooting": "**Aucun chemin trouvé ?** Vérifiez le format du fichier et la syntaxe du chemin d'accès\n**Problèmes de performances ?** Activez les paramètres de sécurité pour les fichiers volumineux\n**Besoin d'aide ?** Consultez le panneau de sortie pour plus de détails",
115115
"runtime.help.settings": "Accès via la palette de commandes : « Paths-LE : Ouvrir les paramètres »\nParamètres clés : Copier dans le presse-papiers, déduplication, analyse, validation, surveillance des performances",
116-
"runtime.help.support": "Problèmes GitHub : https://github.com/nolindnaidoo/paths-le/issues"
116+
"runtime.help.support": "Problèmes GitHub : https://github.com/OffensiveEdge/paths-le/issues"
117117
}

src/i18n/package.nls.id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@
113113
"runtime.help.formats": "**Didukung**: JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, ENV\n**Jenis Jalur**: Pernyataan impor/require, referensi berkas, jalur aset, jalur konfigurasi",
114114
"runtime.help.troubleshooting": "**Tidak ditemukan jalur?** Periksa format file dan sintaks jalur\n**Masalah kinerja?** Aktifkan pengaturan keamanan untuk file besar\n**Butuh bantuan?** Periksa Panel Output untuk detail",
115115
"runtime.help.settings": "Akses melalui Palet Perintah: “Paths-LE: Buka Pengaturan”\nPengaturan utama: Salin ke clipboard, penghapusan duplikat, analisis, validasi, pemantauan kinerja",
116-
"runtime.help.support": "Masalah GitHub: https://github.com/nolindnaidoo/paths-le/issues"
116+
"runtime.help.support": "Masalah GitHub: https://github.com/OffensiveEdge/paths-le/issues"
117117
}

0 commit comments

Comments
 (0)