Skip to content

Commit 84a11f3

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 60df2c0 commit 84a11f3

22 files changed

+45
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ URLs-LE brings zero-hassle URL extraction to VS Code. Simple, reliable, focused.
4343
- **Web Auditing** - Extract all links and resources from HTML/CSS for validation
4444
- **API Documentation** - Pull API endpoints from docs and code for cataloging
4545
- **Link Validation** - Find all external URLs for broken link checking
46-
- **Resource Tracking** - Audit CDN and asset URLs across your project
46+
- **Resource Tracking** - Audit CDN and asset URLs across your project

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

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

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

4848
## ✅ Why URLs-LE?
4949

@@ -72,13 +72,13 @@ URLs-LE intelligently detects HTTP/HTTPS URLs while filtering out `data:` URIs a
7272

7373
## 🚀 More from the LE Family
7474

75-
- **[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)
76-
- **[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)
77-
- **[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)
78-
- **[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)
79-
- **[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)
80-
- **[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)
81-
- **[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)
75+
- **[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)
76+
- **[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)
77+
- **[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)
78+
- **[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)
79+
- **[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)
80+
- **[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)
81+
- **[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)
8282

8383
## 💡 Use Cases
8484

@@ -89,7 +89,7 @@ URLs-LE intelligently detects HTTP/HTTPS URLs while filtering out `data:` URIs a
8989

9090
## 🚀 Quick Start
9191

92-
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le) or [Open VSX](https://open-vsx.org/extension/nolindnaidoo/urls-le)
92+
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le) or [Open VSX](https://open-vsx.org/extension/OffensiveEdge/urls-le)
9393
2. Open any supported file type (`Cmd/Ctrl + P` → search for "URLs-LE")
9494
3. Run Quick Extract (`Cmd+Alt+U` / `Ctrl+Alt+U` / Status Bar)
9595

@@ -148,7 +148,7 @@ Ensure file is saved with supported extension (.html, .css, .js, .json, .yaml, .
148148
Files over 10MB may take longer. Consider splitting into smaller chunks
149149

150150
**Need help?**
151-
Check [Issues](https://github.com/nolindnaidoo/urls-le/issues) or enable logging: `urls-le.telemetryEnabled: true`
151+
Check [Issues](https://github.com/OffensiveEdge/urls-le/issues) or enable logging: `urls-le.telemetryEnabled: true`
152152

153153
## ❓ FAQ
154154

@@ -172,4 +172,4 @@ Powered by Vitest • Run with `bun test --coverage`
172172
---
173173

174174
Copyright © 2025
175-
<a href="https://github.com/nolindnaidoo">@nolindnaidoo</a>. All rights reserved.
175+
<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
@@ -136,5 +136,5 @@
136136
"runtime.help.formats": "**Supported**: Markdown, HTML, JSON, YAML, XML, JavaScript, CSS, Plain text\n**URL Formats**: HTTP/HTTPS, FTP, File, Data URLs, Mailto, Tel, Relative, Absolute",
137137
"runtime.help.troubleshooting": "**No URLs found?** Check file format and URL patterns\n**Performance issues?** Enable safety settings for large files\n**Need help?** Check Output panel for details",
138138
"runtime.help.settings": "Access via Command Palette: \"URLs-LE: Open Settings\"\nKey settings: Copy to clipboard, CSV streaming, side-by-side view, safety checks, notification levels",
139-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/urls-le/issues"
139+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/urls-le/issues"
140140
}

release/urls-le-1.4.6.vsix

-420 KB
Binary file not shown.

sample/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ Test files for URLs-LE URL extraction functionality across all supported formats
595595
1. **Try all sample files** - Get familiar with different formats
596596
2. **Experiment with settings** - Test filtering and sorting
597597
3. **Create your own test files** - Add URLs from your projects
598-
4. **Report issues** - [Open an issue](https://github.com/nolindnaidoo/urls-le/issues)
599-
5. **Share feedback** - Rate on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le)
598+
4. **Report issues** - [Open an issue](https://github.com/OffensiveEdge/urls-le/issues)
599+
5. **Share feedback** - Rate on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le)
600600

601601
---
602602

@@ -608,7 +608,7 @@ Test files for URLs-LE URL extraction functionality across all supported formats
608608

609609
---
610610

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

613613
**Found a bug?** Report with:
614614

@@ -620,4 +620,4 @@ Test files for URLs-LE URL extraction functionality across all supported formats
620620

621621
---
622622

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

sample/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here are some URLs to test:
44

5-
- [GitHub](https://github.com/nolindnaidoo/urls-le)
5+
- [GitHub](https://github.com/OffensiveEdge/urls-le)
66
- [VS Code Marketplace](https://marketplace.visualstudio.com/)
77
- <https://example.com>
88

sample/web-page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</head>
77
<body>
88
<h1>Test URLs</h1>
9-
<a href="https://github.com/nolindnaidoo/urls-le">GitHub Repo</a>
10-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le"
9+
<a href="https://github.com/OffensiveEdge/urls-le">GitHub Repo</a>
10+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le"
1111
>Marketplace</a
1212
>
1313
<img src="https://example.com/image.png" alt="Test" />

src/commands/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ${localize(
9292
- **Format URLs**: Normalize URL formatting (coming soon)
9393
9494
## ${localize('runtime.help.support', 'Support')}
95-
${localize('runtime.help.support', 'GitHub Issues: https://github.com/nolindnaidoo/urls-le/issues')}
95+
${localize('runtime.help.support', 'GitHub Issues: https://github.com/OffensiveEdge/urls-le/issues')}
9696
`.trim();
9797

9898
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
@@ -80,5 +80,5 @@
8080
"runtime.help.formats": "**Supported**: Markdown, HTML, JSON, YAML, XML, JavaScript, CSS, Plain text\n**URL Formats**: HTTP/HTTPS, FTP, File, Data URLs, Mailto, Tel, Relative, Absolute",
8181
"runtime.help.troubleshooting": "**No URLs found?** Check file format and URL patterns\n**Performance issues?** Enable safety settings for large files\n**Need help?** Check Output panel for details",
8282
"runtime.help.settings": "Access via Command Palette: \"URLs-LE: Open Settings\"\nKey settings: Copy to clipboard, side-by-side view, safety checks, notification levels",
83-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/urls-le/issues"
83+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/urls-le/issues"
8484
}

0 commit comments

Comments
 (0)