opencli-plugin-github-trending
March 21, 2026 ยท View on GitHub
๐ An OpenCLI plugin โ Browse GitHub Trending repositories from your terminal.
Install
# Via opencli plugin manager
opencli plugin install github:ByteYue/opencli-plugin-github-trending
# Or manually
git clone https://github.com/ByteYue/opencli-plugin-github-trending \
~/.opencli/plugins/github-trending
Usage
# Show today's trending repos
opencli github-trending repos
# Filter by language
opencli github-trending repos --language rust
# Weekly trending, top 10
opencli github-trending repos --since weekly --limit 10
# Output as JSON
opencli github-trending repos -f json
Plugin Layout
This is a pure YAML plugin โ no dependencies, no build step.
opencli-plugin-github-trending/
โโโ repos.yaml # YAML adapter
โโโ README.md
How It Works
The plugin navigates to github.com/trending and extracts repository data from the page DOM using OpenCLI's navigate + evaluate pipeline.
License
MIT