Skip to content

Commit 74ef7f2

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 a7112da commit 74ef7f2

21 files changed

Lines changed: 46 additions & 46 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ String-LE brings zero-hassle string extraction to VS Code. Simple, reliable, foc
3737
- **i18n & Localization** - Extract user-visible strings for translation files and language packs
3838
- **Content Management** - Pull titles, descriptions, and messages from CMS exports for auditing
3939
- **API Validation** - Extract user-facing messages and errors from API responses for documentation
40-
- **Documentation Audits** - Get all text content from docs for reviews and updates
40+
- **Documentation Audits** - Get all text content from docs for reviews and updates

README.md

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

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

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

4848
## ✅ Why String-LE?
4949

@@ -74,13 +74,13 @@ String-LE intelligently identifies **user-visible text** while filtering out num
7474

7575
## 🚀 More from the LE Family
7676

77-
- **[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)
78-
- **[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)
79-
- **[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)
80-
- **[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)
81-
- **[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)
82-
- **[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)
83-
- **[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)
77+
- **[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)
78+
- **[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)
79+
- **[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)
80+
- **[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)
81+
- **[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)
82+
- **[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)
83+
- **[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)
8484

8585
## 💡 Use Cases
8686

@@ -92,8 +92,8 @@ String-LE intelligently identifies **user-visible text** while filtering out num
9292
## 🚀 Quick Start
9393

9494
1. **Install from VS Code Marketplace or Open VSX**
95-
- VS Code Marketplace: [Install here](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.string-le)
96-
- Open VSX (Cursor, VSCodium): [Install here](https://open-vsx.org/extension/nolindnaidoo/string-le)
95+
- VS Code Marketplace: [Install here](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.string-le)
96+
- Open VSX (Cursor, VSCodium): [Install here](https://open-vsx.org/extension/OffensiveEdge/string-le)
9797
2. Open any supported file type (`Cmd/Ctrl + P String-LE`).
9898
3. Run Quick Extract (`Cmd+Alt+E` / `Ctrl+Alt+E` / Status Bar).
9999

@@ -205,7 +205,7 @@ Ensure file is saved with supported extension (.json, .yaml, .csv, .toml, .ini,
205205
Enable CSV streaming: `string-le.csv.streamingEnabled: true`
206206

207207
**Need help?**
208-
Check [Issues](https://github.com/nolindnaidoo/string-le/issues) or enable logging: `string-le.telemetryEnabled: true`
208+
Check [Issues](https://github.com/OffensiveEdge/string-le/issues) or enable logging: `string-le.telemetryEnabled: true`
209209

210210
## ❓ FAQ
211211

@@ -231,4 +231,4 @@ See [`TESTING.md`](docs/TESTING.md).
231231
---
232232

233233
Copyright © 2025
234-
<a href="https://github.com/nolindnaidoo">@nolindnaidoo</a>. All rights reserved.
234+
<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
@@ -331,7 +331,7 @@ sequenceDiagram
331331
```
332332
333333
---
334-
**Project:** [Issues](https://github.com/nolindnaidoo/string-le/issues) • [Pull Requests](https://github.com/nolindnaidoo/string-le/pulls) • [Releases](https://github.com/nolindnaidoo/string-le/releases) • [MIT License](LICENSE)
334+
**Project:** [Issues](https://github.com/OffensiveEdge/string-le/issues) • [Pull Requests](https://github.com/OffensiveEdge/string-le/pulls) • [Releases](https://github.com/OffensiveEdge/string-le/releases) • [MIT License](LICENSE)
335335
336336
**Dev:** [Spec](SPECIFICATION.md) • [Architecture](ARCHITECTURE.md) • [Development](DEVELOPMENT.md) • [Troubleshooting](TROUBLESHOOTING.md)
337337

docs/COMMANDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document describes all commands exposed by the String‑LE VS Code extensio
77
- Keyboard shortcuts: when provided (see Quick reference)
88
- Editor context menu: for supported file types where noted
99

10-
![String‑LE commands in the Command](https://github.com/nolindnaidoo/string-le/blob/main/src/assets/images/command-palette.png)
10+
![String‑LE commands in the Command](https://github.com/OffensiveEdge/string-le/blob/main/src/assets/images/command-palette.png)
1111

1212
### Quick reference
1313

@@ -135,7 +135,7 @@ This document describes all commands exposed by the String‑LE VS Code extensio
135135
- All operations are cancellable during progress dialogs where applicable.
136136

137137
---
138-
**Project:** [Issues](https://github.com/nolindnaidoo/string-le/issues)[Pull Requests](https://github.com/nolindnaidoo/string-le/pulls)[Releases](https://github.com/nolindnaidoo/string-le/releases)[MIT License](LICENSE)
138+
**Project:** [Issues](https://github.com/OffensiveEdge/string-le/issues)[Pull Requests](https://github.com/OffensiveEdge/string-le/pulls)[Releases](https://github.com/OffensiveEdge/string-le/releases)[MIT License](LICENSE)
139139

140140
**Dev:** [Spec](SPECIFICATION.md)[Architecture](ARCHITECTURE.md)[Development](DEVELOPMENT.md)[Troubleshooting](TROUBLESHOOTING.md)
141141

docs/I18N.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Examples of frequently used keys and messages (see `package.nls.json` for the ca
223223
- Telemetry is local‑only when enabled; it does not include message contents.
224224

225225
---
226-
**Project:** [Issues](https://github.com/nolindnaidoo/string-le/issues)[Pull Requests](https://github.com/nolindnaidoo/string-le/pulls)[Releases](https://github.com/nolindnaidoo/string-le/releases)[MIT License](LICENSE)
226+
**Project:** [Issues](https://github.com/OffensiveEdge/string-le/issues)[Pull Requests](https://github.com/OffensiveEdge/string-le/pulls)[Releases](https://github.com/OffensiveEdge/string-le/releases)[MIT License](LICENSE)
227227

228228
**Dev:** [Spec](SPECIFICATION.md)[Architecture](ARCHITECTURE.md)[Development](DEVELOPMENT.md)[Troubleshooting](TROUBLESHOOTING.md)
229229

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
@@ -108,5 +108,5 @@
108108
"runtime.help.formats": "**Supported**: JSON, YAML, CSV, TOML, INI, .ENV, JavaScript, HTML, CSS\n**String Types**: Double-quoted, single-quoted, template literals, multi-line strings\n**CSV Features**: Column selection, streaming for large files",
109109
"runtime.help.troubleshooting": "**No strings found?** Check file format and string syntax\n**Performance issues?** Enable CSV streaming for large files\n**Need help?** Check Output panel for details",
110110
"runtime.help.settings": "Access via Command Palette: \"String-LE: Open Settings\"\nKey settings: Copy to clipboard, CSV streaming, deduplication, sorting, safety checks",
111-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/string-le/issues"
111+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/string-le/issues"
112112
}

sample/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ Test files for String-LE string extraction functionality across all supported fo
562562
1. **Try all sample files** - Get familiar with different formats
563563
2. **Experiment with settings** - Test configurations
564564
3. **Create your own test files** - Add from your projects
565-
4. **Report issues** - [Open an issue](https://github.com/nolindnaidoo/string-le/issues)
566-
5. **Share feedback** - Rate on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.string-le)
565+
4. **Report issues** - [Open an issue](https://github.com/OffensiveEdge/string-le/issues)
566+
5. **Share feedback** - Rate on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.string-le)
567567

568568
---
569569

@@ -576,7 +576,7 @@ Test files for String-LE string extraction functionality across all supported fo
576576

577577
---
578578

579-
**Need Help?** Check [GitHub Issues](https://github.com/nolindnaidoo/string-le/issues) or open a new issue.
579+
**Need Help?** Check [GitHub Issues](https://github.com/OffensiveEdge/string-le/issues) or open a new issue.
580580

581581
**Found a bug?** Report with:
582582

@@ -588,4 +588,4 @@ Test files for String-LE string extraction functionality across all supported fo
588588

589589
---
590590

591-
Copyright © 2025 @nolindnaidoo. All rights reserved.
591+
Copyright © 2025 @OffensiveEdge. All rights reserved.

src/commands/help.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Key settings:
100100
- Adjust safety thresholds for regular large file work
101101
102102
## Support
103-
- GitHub Issues: https://github.com/nolindnaidoo/string-le/issues
104-
- Documentation: https://github.com/nolindnaidoo/string-le#readme
103+
- GitHub Issues: https://github.com/OffensiveEdge/string-le/issues
104+
- Documentation: https://github.com/OffensiveEdge/string-le#readme
105105
`.trim();
106106

107107
const doc = await vscode.workspace.openTextDocument({

src/i18n/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@
108108
"runtime.help.formats": "**Supported**: JSON, YAML, CSV, TOML, INI, .ENV, JavaScript, HTML, CSS\n**String Types**: Double-quoted, single-quoted, template literals, multi-line strings\n**CSV Features**: Column selection, streaming for large files",
109109
"runtime.help.troubleshooting": "**No strings found?** Check file format and string syntax\n**Performance issues?** Enable CSV streaming for large files\n**Need help?** Check Output panel for details",
110110
"runtime.help.settings": "Access via Command Palette: \"String-LE: Open Settings\"\nKey settings: Copy to clipboard, CSV streaming, deduplication, sorting, safety checks",
111-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/string-le/issues"
111+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/string-le/issues"
112112
}
113113

0 commit comments

Comments
 (0)