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.
$ gh extension install https://github.com/rokuosan/gh-find-starred
$ gh find-starred [flags] [words...]
$ gh find-starred github
-h
,--help
: Display help.
-l
,--limit
: Limit the number of search results displayed. The default is 10.-o
,--order
: Specify the order of search results. The default isdesc
.-s
,--sort
: Specify the sort field for search results. The default isstarred_at
.-t
,--type
: Specify the type of repositories in the search results. The default isall
.-u
,--user
: Specify the user to search for. The default is the logged-in user.-v
,--verbose
: Display detailed information.