{"id":13475549,"url":"https://github.com/deanishe/alfred-firefox","last_synced_at":"2025-09-10T05:45:22.446Z","repository":{"id":37638638,"uuid":"232520270","full_name":"deanishe/alfred-firefox","owner":"deanishe","description":"Search and control Firefox from Alfred","archived":false,"fork":false,"pushed_at":"2023-02-23T06:42:29.000Z","size":5481,"stargazers_count":355,"open_issues_count":29,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-19T13:09:22.406Z","etag":null,"topics":["alfred","alfred-workflow","alfred4-workflow","bookmarks","firefox","firefox-addon","firefox-extension"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deanishe.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-01-08T08:53:19.000Z","updated_at":"2025-05-12T09:13:21.000Z","dependencies_parsed_at":"2024-01-07T21:02:35.034Z","dependency_job_id":"df0b9ad7-e5f1-4eaf-9a59-eadc93c98302","html_url":"https://github.com/deanishe/alfred-firefox","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/deanishe/alfred-firefox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-firefox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-firefox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-firefox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-firefox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deanishe","download_url":"https://codeload.github.com/deanishe/alfred-firefox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-firefox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274418280,"owners_count":25281282,"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-09-10T02:00:12.551Z","response_time":83,"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":["alfred","alfred-workflow","alfred4-workflow","bookmarks","firefox","firefox-addon","firefox-extension"],"created_at":"2024-07-31T16:01:21.394Z","updated_at":"2025-09-10T05:45:22.402Z","avatar_url":"https://github.com/deanishe.png","language":"Go","funding_links":[],"categories":["Go","firefox","Productivity"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/deanishe/alfred-firefox/blob/master/icon.png\" alt=\"Alfred-Firefox icon\" title=\"Alfred-Firefox icon\"/\u003e\n\u003c/div\u003e\n\nFirefox Assistant for Alfred\n============================\n\nSearch and manipulate Firefox's bookmarks, history and tabs from Alfred.\n\n![Animated demo of workflow in use][demo]\n\nThe workflow can be easily [extended with your own actions][scripts].\n\nInstallation\n------------\n\nThe workflow supports Alfred 4+ and the extension works with (at least) Firefox, Firefox Nightly and Firefox Developer Edition.\n\n1. Download and install the [latest version of the workflow][workflow].\n2. Run `ffass` in Alfred and choose `Install Firefox Extension` to get [the Firefox extension][addon].\n\nSee [the setup documentation][setup] for more details.\n\n\nUsage\n-----\n\nThe basic usage is:\n\n- `bm \u003cquery\u003e` — Search bookmarks\n- `bml \u003cquery\u003e` — Search bookmarklets\n- `hist \u003cquery\u003e` — Search history\n- `dl [\u003cquery\u003e]` — Search downloads\n- `tab [\u003cquery\u003e]` — Search tabs\n- `ffass [\u003cquery\u003e]` — Workflow status and links\n\nSee [the usage documentation][usage] for full details.\n\n\nIntegration\n-----------\n\nThe workflow can be used by other workflows to retrieve the title and URL of the active Firefox tab (in lieu of AppleScript, which Firefox doesn't support). See [the integration docs][integration] for details.\n\n\nDocumentation\n-------------\n\nSee [the full documentation][docs] for detailed info on setting up, using and customising the workflow.\n\n\nLicensing \u0026 thanks\n------------------\n\nThis workflow and extension are released under the [MIT licence][licence].\n\nIt is written in [Go][go] and heavily based on the [AwGo library][awgo]. The icons are based on [Font Awesome][fontawesome].\n\n\n[addon]: https://addons.mozilla.org/en-US/firefox/addon/alfred-launcher-integration/\n[licence]: https://github.com/deanishe/alfred-firefox/blob/master/LICENCE.txt\n[workflow]: https://github.com/deanishe/alfred-firefox/releases/latest\n[demo]: https://github.com/deanishe/alfred-firefox/blob/master/demo.gif\n[docs]: https://github.com/deanishe/alfred-firefox/blob/master/doc/index.md\n[scripts]: https://github.com/deanishe/alfred-firefox/blob/master/doc/scripts.md\n[integration]: https://github.com/deanishe/alfred-firefox/blob/master/doc/integration.md\n[usage]: https://github.com/deanishe/alfred-firefox/blob/master/doc/usage.md\n[setup]: https://github.com/deanishe/alfred-firefox/blob/master/doc/setup.md\n[go]: https://golang.org\n[awgo]: https://github.com/deanishe/awgo\n[fontawesome]: https://fontawesome.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeanishe%2Falfred-firefox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeanishe%2Falfred-firefox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeanishe%2Falfred-firefox/lists"}