Skip to content

ByteYue/opencli-plugin-github-trending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors