{"id":13432656,"url":"https://github.com/nikitavoloboev/alfred-web-searches","last_synced_at":"2025-04-06T08:14:05.805Z","repository":{"id":18980261,"uuid":"85435656","full_name":"nikitavoloboev/alfred-web-searches","owner":"nikitavoloboev","description":"Alfred workflow to search through any website (easily extendable list) ","archived":false,"fork":false,"pushed_at":"2024-01-21T23:18:14.000Z","size":15451,"stargazers_count":273,"open_issues_count":9,"forks_count":61,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-30T06:09:41.942Z","etag":null,"topics":["alfred","alfred-workflow","awgo","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nikitavoloboev.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}},"created_at":"2017-03-18T22:19:30.000Z","updated_at":"2025-02-05T15:38:05.000Z","dependencies_parsed_at":"2024-01-22T00:29:34.999Z","dependency_job_id":"88a25ad1-61da-4565-aed2-63317eed818a","html_url":"https://github.com/nikitavoloboev/alfred-web-searches","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitavoloboev%2Falfred-web-searches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitavoloboev%2Falfred-web-searches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitavoloboev%2Falfred-web-searches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitavoloboev%2Falfred-web-searches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikitavoloboev","download_url":"https://codeload.github.com/nikitavoloboev/alfred-web-searches/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451665,"owners_count":20940944,"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":["alfred","alfred-workflow","awgo","go"],"created_at":"2024-07-31T02:01:14.781Z","updated_at":"2025-04-06T08:14:05.740Z","avatar_url":"https://github.com/nikitavoloboev.png","language":"Go","funding_links":["https://github.com/sponsors/nikitavoloboev"],"categories":["Go","Productivity"],"sub_categories":[],"readme":"# Alfred Web Searches\n\n\u003e [Alfred](https://www.alfredapp.com/) workflow to search through any website (easily extendable list)\n\n\u003cimg src=\"https://i.imgur.com/IxhwjuN.png\" width=\"500\" alt=\"img\"\u003e\n\nThis workflow similar to [DuckDuckGo Bangs](https://duckduckgo.com/bang?) allows you to fuzzy search through a selection of websites that you can [add and contribute to](workflow/websites.csv).\n\nYou simply search for the website you want to scope your search too, press enter and make your search.\n\nSome results have a prefix to signify the scope of the search. For example results prefixed with `r:` will search through Reddit subreddits. Here is the full list of prefixes and their descriptions.\n\n| Prefix | Description                   |\n| ------ | ----------------------------- |\n| r:     | Search subreddits on Reddit   |\n| d:     | Search documentation websites |\n| g:     | Search GitHub                 |\n| s:     | Search stack exchange sites   |\n| f:     | Search forums                 |\n| t:     | Search Google Translate       |\n\nEach prefix also has a corresponding icon for visual feedback of prefix meaning.\n\nAnd since the workflow allows for fuzzy searching, you can even make searches like that:\n\n\u003cimg src=\"https://i.imgur.com/eekNFrr.png\" width=\"500\" alt=\"img\"\u003e\n\nAnd they will match.\n\nYou can also attach a hotkey that will take the selected text and then will let you search for that text on any of the websites.\n\n## Install\n\nDownload workflow from [GitHub releases](../../releases/latest).\n\nSee [here](https://github.com/deanishe/awgo/wiki/Catalina) for instructions on fixing permissions in macOS refusing to run Go binary.\n\n## Setup\n\nThe workflow is written in [Go](https://golang.org/) and uses [AwGo](https://github.com/deanishe/awgo) library for all Alfred related things.\n\nIt uses [modd](https://github.com/cortesi/modd) and [Alfred command](https://godoc.org/github.com/jason0x43/go-alfred/alfred) to ease its development.\n\n## Run\n\n1. Run `alfred link` (makes symbolic link of [`workflow`](workflow) directory)\n2. Run `modd` (starts a process that automatically builds the workflow with `alfred build` on any changes you make to `.go` files, this builds and places a binary inside [`workflow`](workflow) directory.)\n3. Make changes to code or modify Alfred objects to do what you want! Open debugger in Alfred or run the workflow with `workflow:log` passed in as argument to see the logs Alfred produces.\n\n![](https://i.imgur.com/FFYOecx.png)\n\n## Contribute\n\nAlways open to useful ideas or fixes in form of issues or PRs.\n\nCan [open new issue](../../issues/new/choose) (search [existing issues](../../issues) first) or [start discussion](../../discussions).\n\nIt's okay to submit draft PR as you can get help along the way to make it merge ready.\n\nJoin [Discord](https://discord.com/invite/TVafwaD23d) for more indepth discussions on this repo and [others](https://github.com/nikitavoloboev#src).\n\n### 🖤\n\n[Support on GitHub](https://github.com/sponsors/nikitavoloboev) or look into [other projects](https://nikiv.dev/projects).\n\n[![Discord](https://img.shields.io/badge/Discord-100000?style=flat\u0026logo=discord\u0026logoColor=white\u0026labelColor=black\u0026color=black)](https://discord.com/invite/TVafwaD23d) [![X](https://img.shields.io/badge/nikitavoloboev-100000?logo=X\u0026color=black)](https://twitter.com/nikitavoloboev) [![nikiv.dev](https://img.shields.io/badge/nikiv.dev-black)](https://nikiv.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitavoloboev%2Falfred-web-searches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikitavoloboev%2Falfred-web-searches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitavoloboev%2Falfred-web-searches/lists"}