{"id":20014753,"url":"https://github.com/willmendesneto/frontend-search","last_synced_at":"2025-10-08T15:03:16.714Z","repository":{"id":18003564,"uuid":"21020022","full_name":"willmendesneto/frontend-search","owner":"willmendesneto","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-15T02:18:02.000Z","size":21,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T05:02:35.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/willmendesneto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-20T00:23:57.000Z","updated_at":"2023-09-06T12:06:37.000Z","dependencies_parsed_at":"2022-09-04T16:11:13.858Z","dependency_job_id":null,"html_url":"https://github.com/willmendesneto/frontend-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willmendesneto/frontend-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Ffrontend-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Ffrontend-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Ffrontend-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Ffrontend-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willmendesneto","download_url":"https://codeload.github.com/willmendesneto/frontend-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willmendesneto%2Ffrontend-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278963821,"owners_count":26076544,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T07:43:46.932Z","updated_at":"2025-10-08T15:03:16.682Z","avatar_url":"https://github.com/willmendesneto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend search\n\n\u003e Start your searches easily via CLI\n\n## This repository was merged on Oh-My-Zsh project\n\n## Why activate this repository again?\n\nUnfortunately, On-My-Zsh repository is not being updated regularly. So that I'm activating this repository again until some changes comes to the master.\n\nThis solution is totally temporary and I'll create Pull Requests for all features, fixes or changes done in this repository.\n\n## Rationale\n\nThe idea for this script is to help searches in important doc contents from frontend.\n\n## Instalation\n\nI will send a Pull Request with this plugin for .oh-my-zsh official repository. If accept them, it's only add in plugins list that exists in `.zshrc` file.\n\nFor now, you can clone this repository and add in `custom/plugins` folder\n\n```bash\n$ git clone https://github.com/willmendesneto/frontend-search.git ~/.oh-my-zsh/custom/plugins/frontend-search\n```\n\nAfter this, restart your terminal and frontend-search plugin is configurated in you CLI.\n\n```bash\n...\nplugins=( \u003cyour-plugins-list\u003e... frontend-search)\n...\n```\n\n## Usage\n\nYou can use the frontend-search plugin in these two forms:\n\n- `frontend \u003ccontext\u003e \u003cterm\u003e [more terms if you want]`\n- `\u003ccontext\u003e \u003cterm\u003e [more terms if you want]`\n\nFor example, these two are equivalent:\n\n```zsh\n$ frontend angular dependency injection\n# Will turn into ...\n$ angular dependency injection\n```\n\nAvailable search contexts are:\n\n| context       | URL                                                                         |\n| ------------- | --------------------------------------------------------------------------- |\n| angular       | `https://angular.io/docs/ts/latest/api/#!?query=`                           |\n| angularjs     | `https://google.com/search?as_sitesearch=angularjs.org\u0026as_q=`               |\n| bem           | `https://google.com/search?as_sitesearch=bem.info\u0026as_q=`                    |\n| bootsnipp     | `http://bootsnipp.com/search?q=`                                            |\n| caniuse       | `http://caniuse.com/#search=`                                               |\n| codepen       | `http://codepen.io/search?q=`                                               |\n| compassdoc    | `http://compass-style.org/search?q=`                                        |\n| cssflow       | `http://www.cssflow.com/search?q=`                                          |\n| dartlang      | `https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:`     |\n| emberjs       | `http://emberjs.com/api/#stp=1\u0026stq=`                                        |\n| fontello      | `http://fontello.com/#search=`                                              |\n| flowtype      | `https://google.com/search?as_sitesearch=flow.org/en/docs/\u0026as_q=`           |\n| typescript    | `https://google.com/search?as_sitesearch=www.typescriptlang.org/docs\u0026as_q=` |\n| github        | `https://github.com/search?q=`                                              |\n| html5please   | `http://html5please.com/#`                                                  |\n| jquery        | `https://api.jquery.com/?s=`                                                |\n| jestjs        | `https://www.google.com/search?as_sitesearch=jestjs.io\u0026as_q=`               |\n| lodash        | `https://devdocs.io/lodash/index#`                                          |\n| mdn           | `https://developer.mozilla.org/search?q=`                                   |\n| nodejs        | `https://www.google.com/search?as_sitesearch=nodejs.org/en/docs/\u0026as_q=`     |\n| npmjs         | `https://www.npmjs.com/search?q=`                                           |\n| qunit         | `https://api.qunitjs.com/?s=`                                               |\n| reactjs       | `https://google.com/search?as_sitesearch=facebook.github.io/react\u0026as_q=`    |\n| smacss        | `https://google.com/search?as_sitesearch=smacss.com\u0026as_q=`                  |\n| stackoverflow | `http://stackoverflow.com/search?q=`                                        |\n| unheap        | `http://www.unheap.com/?s=`                                                 |\n| bundlephobia  | `https://bundlephobia.com/result?p=`                                        |\n| vuejs         | `https://www.google.com/search?as_sitesearch=vuejs.org\u0026as_q=`               |\n\n## New Features\n\nNew features are coming soon. If you want to have another context, open an Issue and tell us!\n\n## Author\n\n**Wilson Mendes (willmendesneto)**\n\n- \u003chttps://plus.google.com/+WilsonMendes\u003e\n- \u003chttps://twitter.com/willmendesneto\u003e\n- \u003chttp://github.com/willmendesneto\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmendesneto%2Ffrontend-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillmendesneto%2Ffrontend-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillmendesneto%2Ffrontend-search/lists"}