{"id":17527119,"url":"https://github.com/JaosnHsieh/github-star-search","last_synced_at":"2025-03-06T06:31:43.988Z","repository":{"id":35128832,"uuid":"209745980","full_name":"JaosnHsieh/github-star-search","owner":"JaosnHsieh","description":"A CLI that search your github starred repositories offline through README , description and other fields.","archived":false,"fork":false,"pushed_at":"2023-01-24T00:40:14.000Z","size":862,"stargazers_count":71,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T01:38:11.643Z","etag":null,"topics":["cli","github","javascript","react","search","starred-repositories","terminal","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JaosnHsieh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-20T08:45:54.000Z","updated_at":"2025-03-01T04:47:46.000Z","dependencies_parsed_at":"2023-02-13T05:45:13.901Z","dependency_job_id":null,"html_url":"https://github.com/JaosnHsieh/github-star-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaosnHsieh%2Fgithub-star-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaosnHsieh%2Fgithub-star-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaosnHsieh%2Fgithub-star-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaosnHsieh%2Fgithub-star-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaosnHsieh","download_url":"https://codeload.github.com/JaosnHsieh/github-star-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242161877,"owners_count":20081957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github","javascript","react","search","starred-repositories","terminal","typescript"],"created_at":"2024-10-20T15:03:11.402Z","updated_at":"2025-03-06T06:31:43.980Z","avatar_url":"https://github.com/JaosnHsieh.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# github-star-search\n\nSearch your github starred repositories offline through `README` , `description` and other fields.\n\n![Screen capture animation](./github-star-search.gif)\n\n## Usage\n\n[Generate new token](https://github.com/settings/tokens) with `public_repo` -\u003e `Access public repositories` permission.\n\n```sh\nnpm i -g @jasonhsieh/star-search\nstar-search\n```\n\n## Features\n\n-   Search through `readme` and `url`, `homepageUrl`, `name`, `description` text offline.\n\n-   Fuzzy search by [fuse.js](https://fusejs.io/). Exact match by adding double quote `\"` such as `\"express.js\"`, or multiple `minimalist \"express\" \"web framework for node\"`.\n\n-   Check new starred repos and update at most once daily while running\n\n-   Select and open in browser. `Arrow Up`, `Arrow Down`, `Page Down`, `Page Up` and `Enter` to open in browser.\n\n## Why?\n\nGithub [filter](https://github.com/tj?tab=stars) not support search through `README` content yet.\n\n## License\n\nMIT\n\n## Credits\n\n[wiki-cil](https://github.com/hexrcs/wiki-cli) - interactive UI style\n\n[ink](https://github.com/vadimdemedes/ink) - awesome React cli renderer\n\nand more....\n\n```\n\t\"@types/lodash.debounce\": \"^4.0.6\",\n\t\"@types/x-ray\": \"^2.3.3\",\n\t\"ajv\": \"^7.2.1\",\n\t\"ajv-errors\": \"^2.0.0\",\n\t\"cross-fetch\": \"^3.0.6\",\n\t\"fuse.js\": \"^6.4.6\",\n\t\"ink\": \"^3.0.8\",\n\t\"ink-text-input\": \"^4.0.1\",\n\t\"lodash.chunk\": \"^4.2.0\",\n\t\"lodash.debounce\": \"^4.0.8\",\n\t\"lodash.escaperegexp\": \"^4.1.2\",\n\t\"lodash.throttle\": \"^4.1.1\",\n\t\"mobx\": \"^6.1.8\",\n\t\"mobx-react-lite\": \"^3.2.0\",\n\t\"open\": \"^8.0.2\",\n\t\"react\": \"^17.0.1\",\n\t\"react-dom\": \"^17.0.1\",\n\t\"x-ray\": \"^2.3.4\"\n\t\"@types/lodash.chunk\": \"^4.2.6\",\n\t\"@types/lodash.escaperegexp\": \"^4.1.6\",\n\t\"@types/lodash.throttle\": \"^4.1.6\",\n\t\"@types/react\": \"^17.0.2\",\n\t\"chalk\": \"^4.1.0\",\n\t\"eslint-config-xo-react\": \"^0.24.0\",\n\t\"eslint-plugin-react\": \"^7.22.0\",\n\t\"eslint-plugin-react-hooks\": \"^4.2.0\",\n\t\"ink-testing-library\": \"^2.1.0\",\n\t\"prettier\": \"^2.2.1\",\n\t\"prettier-quick\": \"^0.0.5\",\n\t\"ts-node\": \"^9.1.1\",\n\t\"typescript\": \"^4.2.2\",\n\t\"typescript-json-schema\": \"^0.49.0\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJaosnHsieh%2Fgithub-star-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJaosnHsieh%2Fgithub-star-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJaosnHsieh%2Fgithub-star-search/lists"}