{"id":16171648,"url":"https://github.com/jcwillox/pwsh-search-web","last_synced_at":"2025-04-07T07:54:14.684Z","repository":{"id":103327663,"uuid":"449998627","full_name":"jcwillox/pwsh-search-web","owner":"jcwillox","description":"Adds PowerShell functions for searching the web with several popular services.","archived":false,"fork":false,"pushed_at":"2022-01-20T07:34:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T11:55:17.843Z","etag":null,"topics":["powershell","search"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcwillox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-20T07:34:38.000Z","updated_at":"2022-01-20T07:35:19.000Z","dependencies_parsed_at":"2023-07-28T12:00:27.886Z","dependency_job_id":null,"html_url":"https://github.com/jcwillox/pwsh-search-web","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/jcwillox%2Fpwsh-search-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fpwsh-search-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fpwsh-search-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcwillox%2Fpwsh-search-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcwillox","download_url":"https://codeload.github.com/jcwillox/pwsh-search-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615479,"owners_count":20967183,"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":["powershell","search"],"created_at":"2024-10-10T03:43:45.169Z","updated_at":"2025-04-07T07:54:14.666Z","avatar_url":"https://github.com/jcwillox.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search-Web\n\nThis is a PowerShell implementation of the oh-my-zsh [web-search](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/web-search) plugin. It allows you to search the web using a variety of services\n\n## Installation\n\n**Scoop**\n\n```powershell\nscoop bucket add jcwillox https://github.com/jcwillox/scoop-bucket\nscoop install pwsh-search-web\n```\n\n## Usage\n\n- `Search-Web \u003ccontext\u003e \u003cterm\u003e...`\n- `\u003ccontext\u003e \u003cterm\u003e...`\n\n```pwsh\nSearch-Web google oh-my-zsh\ngoogle oh-my-zsh\n```\n\nAvailable search contexts are:\n\n| Context         | URL                                      |\n| --------------- | ---------------------------------------- |\n| `bing`          | `https://www.bing.com/search?q=`         |\n| `google`        | `https://www.google.com/search?q=`       |\n| `yahoo`         | `https://search.yahoo.com/search?p=`     |\n| `duckduckgo`    | `https://www.duckduckgo.com/?q=`         |\n| `startpage`     | `https://www.startpage.com/do/search?q=` |\n| `yandex`        | `https://yandex.ru/yandsearch?text=`     |\n| `github`        | `https://github.com/search?q=`           |\n| `baidu`         | `https://www.baidu.com/s?wd=`            |\n| `ecosia`        | `https://www.ecosia.org/search?q=`       |\n| `goodreads`     | `https://www.goodreads.com/search?q=`    |\n| `qwant`         | `https://www.qwant.com/?q=`              |\n| `givero`        | `https://www.givero.com/search?q=`       |\n| `stackoverflow` | `https://stackoverflow.com/search?q=`    |\n| `wolframalpha`  | `https://wolframalpha.com/input?i=`      |\n| `archive`       | `https://web.archive.org/web/*/`         |\n| `scholar`       | `https://scholar.google.com/scholar?q=`  |\n| `reddit`        | `https://www.reddit.com/search/?q=`      |\n\nAlso there are aliases for bang-searching DuckDuckGo:\n\n| Context   | Bang  |\n| --------- | ----- |\n| `wiki`    | `!w`  |\n| `news`    | `!n`  |\n| `youtube` | `!yt` |\n| `map`     | `!m`  |\n| `image`   | `!i`  |\n| `ducky`   | `!`   |\n\n# Custom Engines \u0026 Bangs\n\nSet the `$SearchWebEngines` or `$SearchWebBangs` variables before importing the module to add custom engines or bang-searches\n\n```powershell\n$SearchWebEngines = @{\n    reddit = \"https://www.reddit.com/search/?q=\"\n}\n\n$SearchWebBangs = @{\n    youtube = \"!yt\"\n}\n\nImport-Module SearchWeb\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcwillox%2Fpwsh-search-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcwillox%2Fpwsh-search-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcwillox%2Fpwsh-search-web/lists"}