/github-star-search

Search your github stared repos by repo's README.md content.

Primary LanguageJavaScript

Motivation

I need to search repos' README text I clicked star but github didn't provide this filter.

Usage

  1. Apply for github personal access token from github.
  2. $npm i -g @jasonhsieh/star-search
  3. $star-search start --token=YOURACCESSTOKEN
  4. $star-search search --keyword='express'

Query examples

$$star-search search --keyword 'YOURKEYWORD'

$star-search search --keyword 'express'

$star-search search --keyword 'express node'

$star-search search --keyword 'expre*'

$star-search search --keyword 'express AND node'

$star-search search --keyword 'express NOT node'

$star-search search --keyword 'express OR node'

Github personal access token permission

public_repo permission required only

github-token

TODOS

  • global CLI for easier usage: $npm i -g starsearch,$starsearch,$starsearch express