You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -72,13 +72,13 @@ URLs-LE intelligently detects HTTP/HTTPS URLs while filtering out `data:` URIs a
72
72
73
73
## 🚀 More from the LE Family
74
74
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)
82
82
83
83
## 💡 Use Cases
84
84
@@ -89,7 +89,7 @@ URLs-LE intelligently detects HTTP/HTTPS URLs while filtering out `data:` URIs a
89
89
90
90
## 🚀 Quick Start
91
91
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)
93
93
2. Open any supported file type (`Cmd/Ctrl + P` → search for "URLs-LE")
94
94
3. Run Quick Extract (`Cmd+Alt+U` / `Ctrl+Alt+U` / Status Bar)
95
95
@@ -148,7 +148,7 @@ Ensure file is saved with supported extension (.html, .css, .js, .json, .yaml, .
148
148
Files over 10MB may take longer. Consider splitting into smaller chunks
149
149
150
150
**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`
152
152
153
153
## ❓ FAQ
154
154
@@ -172,4 +172,4 @@ Powered by Vitest • Run with `bun test --coverage`
"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",
138
138
"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",
"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",
82
82
"runtime.help.settings": "Access via Command Palette: \"URLs-LE: Open Settings\"\nKey settings: Copy to clipboard, side-by-side view, safety checks, notification levels",
0 commit comments