Skip to content

GitHub CLI Plugin to search for repositories you have starred, including README

Notifications You must be signed in to change notification settings

rokuosan/gh-find-starred

Repository files navigation

gh-find-starred

A tool to search for repositories you have starred on GitHub.

You can search for repositories by name and description, and collect information from READMEs.

Prerequisites

Installation

$ gh extension install https://github.com/rokuosan/gh-find-starred

Usage

$ gh find-starred [flags] [words...]

Examples

$ gh find-starred github

Flags

  • -h, --help: Display help.

Planned Flags (Not yet implemented)

  • -l, --limit: Limit the number of search results displayed. The default is 10.
  • -o, --order: Specify the order of search results. The default is desc.
  • -s, --sort: Specify the sort field for search results. The default is starred_at.
  • -t, --type: Specify the type of repositories in the search results. The default is all.
  • -u, --user: Specify the user to search for. The default is the logged-in user.
  • -v, --verbose: Display detailed information.

About

GitHub CLI Plugin to search for repositories you have starred, including README

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages