{"id":13583743,"url":"https://github.com/fallroot/copy-url-for-alfred","last_synced_at":"2026-01-25T06:58:26.120Z","repository":{"id":47841730,"uuid":"53139802","full_name":"fallroot/copy-url-for-alfred","owner":"fallroot","description":"You can copy browser's URL and title with various formats like markdown, anchor tag and your own.","archived":false,"fork":false,"pushed_at":"2021-08-11T09:02:18.000Z","size":269,"stargazers_count":122,"open_issues_count":7,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-02T15:53:50.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fallroot.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}},"created_at":"2016-03-04T14:13:10.000Z","updated_at":"2024-06-17T00:52:55.000Z","dependencies_parsed_at":"2022-09-21T04:10:28.405Z","dependency_job_id":null,"html_url":"https://github.com/fallroot/copy-url-for-alfred","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallroot%2Fcopy-url-for-alfred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallroot%2Fcopy-url-for-alfred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallroot%2Fcopy-url-for-alfred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fallroot%2Fcopy-url-for-alfred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fallroot","download_url":"https://codeload.github.com/fallroot/copy-url-for-alfred/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223264919,"owners_count":17116238,"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":[],"created_at":"2024-08-01T15:03:45.135Z","updated_at":"2026-01-25T06:58:26.097Z","avatar_url":"https://github.com/fallroot.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Copy URL for Alfred\n\nYou can copy browser's URL and title with various formats like markdown, anchor tag and your own.\n\n![screenshot](https://github.com/fallroot/copy-url-for-alfred/raw/master/misc/screenshot.png)\n\n## Installation\n\n[Powerpack](https://www.alfredapp.com/powerpack/) is required.\n\n1. Download [copyurl-catalina.alfredworkflow](https://github.com/fallroot/copy-url-for-alfred/raw/master/build/copyurl-catalina.alfredworkflow) on macOS Catalina. Download [copyurl.alfredworkflow](https://github.com/fallroot/copy-url-for-alfred/raw/master/build/copyurl.alfredworkflow) for others.\n2. Open file by double-clicking or dragging into Alfred.\n3. Open Alfred and type `url`.\n4. Select URL format.\n\nYou can change everything at Alfred Preferences \u003e Workflows menu.\n\n### For macOS Catalina(10.15.x) Users\n\nSome codes does not work in macOS Catalina. So you should write your favorite browser manually.\n\n* Open Alfred Preferences and choose Workflows \u003e Copy URL\n* Select first script filter object\n* Edit `myBrowsers` array with *exact* browser name in order\n\n### Add your own template\n\n1. Open `~/Library/Application Support/Alfred 2/Workflow Data/com.fallroot.copyurl/config.json` file.\n2. Edit contents with valid [JSON](http://www.json.org/) format.\n\n#### config.json format\n\n`config.json` file should be array of object is consist of `format` and `type` fields.\n`format` field should be string of combination `${url}`, `${title}` or JavaScript function string like below.\n\n```json\n[\n    {\n        \"format\": \"${url}\",\n        \"title\": \"URL\"\n    },\n    {\n        \"format\": \"${title}\",\n        \"title\": \"Title\"\n    },\n    {\n        \"format\": \"\u003ca href=\\\"${url}\\\"\u003e${title}\u003c/a\u003e\",\n        \"title\": \"Anchor\"\n    },\n    {\n        \"format\": \"[${title}](${url})\",\n        \"title\": \"Markdown\"\n    },\n    {\n        \"format\": \"function({title,url}){return title.toUpperString() + '\\\\n' + url}\",\n        \"title\": \"Custom\"\n    }\n]\n```\n\n## Supported Browsers\n\n⚠️ This workflow was made by using OSA(Open Scripting Architecture). You can't use this workflow in browsers which does not support OSA like [Firefox](https://www.mozilla.org/firefox/).\n\n### Chromium\n\n* [Brave](https://brave.com/)\n* [Google Chrome](https://www.google.com/chrome/)\n* [Microsoft Edge](https://www.microsoftedgeinsider.com/)\n* [Vivaldi](https://vivaldi.com/)\n\n### WebKit\n\n* [Safari](https://www.apple.com/safari/)\n\n## License\n\n[MIT](https://github.com/fallroot/copy-url-for-alfred/blob/master/LICENSE)\n\n## Icon\n\nIcons made by [DinosoftLabs](https://www.flaticon.com/authors/dinosoftlabs) from [www.flaticon.com](https://www.flaticon.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallroot%2Fcopy-url-for-alfred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffallroot%2Fcopy-url-for-alfred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffallroot%2Fcopy-url-for-alfred/lists"}