Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

opencli-plugin-github-trending

🔌 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

About

OpenCLI plugin: Browse GitHub Trending repositories from your terminal

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors