A powerful GitHub integration that brings repository management directly into your VS Code environment.
- Enhanced Repository View: New tabbed interface with Markdown support for READMEs
- Smart Clone Commands: Automatic
git cloneprefix and path memory - Improved Navigation: Single-click details view and multi-tab support
- Custom Clone Paths: Configure default paths for repository cloning
- Better Collection Management: Enhanced organization and quick actions
- More intuitive repository details layout
- Smart path handling across platforms
- Enhanced error feedback
- Dynamic tab titles
- Better Markdown rendering
- 🔍 Advanced repository search
- ⭐ Star/unstar repositories
- 🔄 Fork with one click
- 📥 Smart clone with path memory
- 📋 Quick copy clone commands
- 📂 Collection organization
- 🔄 Auto-refresh capability
- Single-click repository details
- Multi-tab support for comparisons
- Configurable default clone paths
- Enhanced command copying
- Full Markdown README preview
- Intuitive collection management
- Quick repository organization
- Favorite repositories access
- Bulk actions support
Quick access to essential actions like search, filter, and authentication.
- Search repositories globally
- Filter by language and stars
- Quick access to trending repositories
- Authentication controls
- Settings access
Browse and interact with repositories efficiently.
- Clear repository information display
- Language detection
- Star and fork counts
- Repository visibility indicators
- Quick action buttons
Perform common operations directly from the list.
- Star/Unstar repositories
- Fork repositories
- Clone repositories
- Add to collections
- Open in browser
- View details
Organize repositories into personal collections.
- Create custom collections
- Add repositories from any view
- Quick access to favorite repos
- Organize by project or topic
Manage your collections efficiently.
- Rename collections
- Delete collections
- Add/Remove repositories
- Quick repository actions
Comprehensive repository information view.
- README preview
- Repository statistics
- Clone options (HTTPS/SSH)
- File structure
- Commit history
- Issues and PRs count
- Open VS Code
- Quick Open (
Cmd+P/Ctrl+P) - Run:
ext install SeanLuisGuadaRodriguez.opensource-explorer
// Set via command palette
vscode.commands.executeCommand('opensource-explorer.pickClonePath');
// Or configure directly in settings
"opensource-explorer.defaultClonePath": "/your/preferred/path"- Repository Details: Single click on repository
- Clone Repository:
# Automatically copies with git clone prefix git clone https://github.com/user/repo.git - Multi-tab Comparison: Right-click → "Open in New Tab"
- Collection Management: Right-click → "Add to Collection"
- Encrypted token storage
- Secure credential handling
- HTTPS enforcement
- Zero plain-text storage
- Session management
Open an issue for bug reports or feature requests.









{ // Core Settings "opensource-explorer.autoRefresh": true, "opensource-explorer.refreshInterval": 300, "opensource-explorer.defaultClonePath": "/preferred/clone/path", // Display Preferences "opensource-explorer.showIssuesCount": true, "opensource-explorer.showLanguageIcons": true, "opensource-explorer.dateFormat": "medium", // Search Configuration "opensource-explorer.defaultSearchSort": "stars", "opensource-explorer.minStars": 10, "opensource-explorer.languageFilter": "", "opensource-explorer.trendingPeriod": "week" }