π An OpenCLI plugin β Browse GitHub Trending repositories from your terminal.
# 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# 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 jsonThis is a pure YAML plugin β no dependencies, no build step.
opencli-plugin-github-trending/
βββ repos.yaml # YAML adapter
βββ README.md
The plugin navigates to github.com/trending and extracts repository data from the page DOM using OpenCLI's navigate + evaluate pipeline.
MIT