Lightning-fast CLI for GitHub Repository Discovery
Features • Screenshots • Installation • Usage • Commands
██╗ ██╗██╗███╗ ██╗██████╗ ██╗ ██╗ █████╗ ██████╗ ███████╗
██║ ██╔╝██║████╗ ██║██╔══██╗██║ ██║██╔══██╗██╔══██╗██╔════╝
█████╔╝ ██║██╔██╗ ██║██║ ██║██║ █╗ ██║███████║██████╔╝█████╗
██╔═██╗ ██║██║╚██╗██║██║ ██║██║███╗██║██╔══██║██╔══██╗██╔══╝
██║ ██╗██║██║ ╚████║██████╔╝╚███╔███╔╝██║ ██║██║ ██║███████╗
╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
◆ GitHubScout v2.1.0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Fast GitHub Repository Discovery
created by LazyFrog-kz | kindware.dev
The Problem: You want to quickly search, track, and inspect GitHub repositories from the terminal without using clunky web interfaces.
The Solution: One app, instant results. Search by keyword, language, stars. Track repos over time. Read READMEs with scrolling. All from a beautiful rainbow CLI.
| Feature | Description |
|---|---|
| 🔍 Search | Find repos by keyword, language, and star count |
| 📌 Track | Save repos and monitor their stats over time |
| 🔎 Inspect | View detailed repo info with scrollable README |
| ⚡ Fast | Lightweight menu-driven CLI - no complex TUI |
| 🌈 Beautiful | Rainbow KINDWARE branding with Unicode art |
| 🔌 Offline Tracking | Your tracked repos saved locally |
| Main Menu | Search Results |
|---|---|
![]() |
![]() |
| Tracked Repos | README Viewer |
|---|---|
![]() |
![]() |
| Help Menu | Open in Browser |
|---|---|
![]() |
![]() |
Easiest way to install! Download and run - handles everything automatically.
- Download the installer package from
releases/ - Run
GitHubScout-Setup.bat(recommended for best experience with colors)- Or run
GitHubScout-Setup.exedirectly
- Or run
- If PowerShell 7 is not installed, the installer will offer to install it via winget
- Choose your install location (or press Enter for default)
- Done! Desktop and Start Menu shortcuts are created automatically
What the installer does:
- ✅ Checks for PowerShell 7 (installs if missing)
- ✅ Copies all files to your chosen location
- ✅ Creates Desktop shortcut with custom icon
- ✅ Creates Start Menu shortcut under "Kindware"
- ✅ Icon persists after reboot!
- Download
GitHubScout-v2.1.0-Setup.zip - Extract all files to a folder
- Run
GitHubScout-Setup.bat
| File | Description |
|---|---|
GitHubScout-Setup.bat |
Recommended - Checks PS7, shows rainbow colors |
GitHubScout-Setup.exe |
Compiled installer (icon embedded) |
GitHubScout-v2.1.0-Setup.zip |
Complete package in a zip |
git clone https://github.com/Brutus1066/GitHubScout-PRO.git
cd GitHubScout-PRO
.\LazyFrog-GitHubScout.batThe launcher auto-installs PowerShell 7 if needed!
- PowerShell 7.0+ (auto-installed by launcher)
- Windows 10/11
- Internet connection
winget install Microsoft.PowerShellOr download from https://aka.ms/powershell
╭─────────────────────────────────╮
│ [1] 🔍 Search GitHub │
│ [2] 📌 Tracked Repos │
│ [3] 🔎 Inspect Repo │
│ [4] ❓ Help │
│ [Q] Quit │
╰─────────────────────────────────╯
Found 3 repos:
[ 1] cli/cli 47.2K* Go
[ 2] sharkdp/bat 45.1K* Rust
[ 3] BurntSushi/ripgrep 42.8K* Rust
Commands: T1=Track O1=Open I1=Inspect
> O1
Opening: https://github.com/cli/cli
Opened in browser!
| Command | Action |
|---|---|
1, 2, 3... |
Inspect that repo |
O1, O2... |
Open in browser |
T1, T2... |
Track the repo |
Enter |
Go back |
| Key | Action |
|---|---|
↑ / ↓ |
Scroll up/down |
PgUp / PgDn |
Page up/down |
Q or Enter |
Exit viewer |
Edit config.json:
{
"GitHubToken": "ghp_your_token_here",
"DefaultSort": "updated",
"ResultsPerPage": 10
}| Mode | Rate Limit |
|---|---|
| Without token | 60 requests/hour |
| With token | 5,000 requests/hour |
- Go to github.com/settings/tokens
- Generate new token (classic)
- Select
public_reposcope only - Add to
config.json
GitHubScout/
├── GitHubScout.ps1 # Main application
├── LazyFrog-GitHubScout.bat # Launcher (auto-installs PS7)
├── GitHubScout.ico # App icon
├── config.json # Settings & token
├── tracked.json # Your tracked repos (auto-created)
├── LICENSE # MIT License
└── README.md # This file
| Issue | Solution |
|---|---|
| "Rate limit exceeded" | Add GitHub token to config.json |
| "Requires PowerShell 7+" | Run the .bat launcher - it auto-installs |
| Colors look wrong | Use Windows Terminal for best experience |
| Installer won't run | Right-click → Run as Administrator |
| Language | PowerShell 7 |
| UI | ANSI colors + Unicode box drawing |
| API | GitHub REST API v3 |
| Storage | Local JSON files |
| Network | Only for GitHub API calls |
Contributions are welcome! Please feel free to submit issues and pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing) - Open a Pull Request
MIT License - see LICENSE for details.
Made with ❤️ by Brutus1066 at LAZYFROG-kindware.dev
⭐ Star this repo if you find it useful!





