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!





