{"id":14007148,"url":"https://github.com/whomwah/alfred-vscode-workflow","last_synced_at":"2026-04-30T09:37:28.450Z","repository":{"id":63092024,"uuid":"564793434","full_name":"whomwah/alfred-vscode-workflow","owner":"whomwah","description":"Searches for `.git` repos in a path of your choice and allows you to open them in VSCode.","archived":false,"fork":false,"pushed_at":"2022-11-25T14:56:53.000Z","size":785,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T19:15:09.792Z","etag":null,"topics":["alfred","alfred5","alfredworkflow","deno","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/whomwah.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}},"created_at":"2022-11-11T14:09:06.000Z","updated_at":"2023-03-25T23:43:07.000Z","dependencies_parsed_at":"2023-01-22T12:15:57.054Z","dependency_job_id":null,"html_url":"https://github.com/whomwah/alfred-vscode-workflow","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/whomwah/alfred-vscode-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Falfred-vscode-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Falfred-vscode-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Falfred-vscode-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Falfred-vscode-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whomwah","download_url":"https://codeload.github.com/whomwah/alfred-vscode-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whomwah%2Falfred-vscode-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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","alfred5","alfredworkflow","deno","typescript"],"created_at":"2024-08-10T10:01:51.727Z","updated_at":"2026-04-30T09:37:28.436Z","avatar_url":"https://github.com/whomwah.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Open in VSCode workflow\n\n![](https://github.com/whomwah/alfred-vscode-workflow/actions/workflows/tests.yml/badge.svg)\n[![semantic-release: deno](https://img.shields.io/badge/semantic--release-deno-blue?logo=deno)](https://github.com/semantic-release/semantic-release)\n[![release](https://img.shields.io/github/v/release/whomwah/alfred-vscode-workflow?\u0026sort=semver)](https://github.com/whomwah/alfred-vscode-workflow/releases/latest)\n\nalfred-vscode-workflow\n\nSearches for local Git repos based on the path of your choice and allows you to\nopen them in VSCode. It uses [Deno](https://deno.land/). It's written in\n[TypeScript](https://www.typescriptlang.org/).\n\n![VSCode Alfred 5 Workflow](./assets/vscode.gif)\n\n### Install\n\nThe project and workflow requires the [Deno](https://deno.land/) binary to be\ninstalled. This can be done simply from the [Deno](https://deno.land/) website\nabove.\n\n\u003e [Deno](https://deno.land/) is a runtime for JavaScript.\n\u003e [Deno](https://deno.land/) was co-created by Ryan Dahl, who also created\n\u003e Node.js.\n\nWe also need `findd`:\n\n- [`findd`](https://github.com/whomwah/findd) - A tiny little utility that does\n  the magic of finding all the repos really really fast.\n\nThe easiest way to install `findd` is via `homebrew` (the same with `deno`):\n\n```\n$ brew install deno\n$ brew install whomwah/tap/findd\n```\n\nOnce installed you can\n[download the latest version](https://github.com/whomwah/alfred-vscode-workflow/releases/latest)\nand double click the `.workflow` file to open and install or update.\n\n## Usage\n\nInitially you will need to choose a folder to scan for projects in the workflow\n`config`. Don't choose `~` for example as scanning your home directory may cause\nthe scanning script to be just too slow to return anything. It's much better to\nchoose for example `~/my-projects`.\n\nBy default you access the workflow via the `vs` command.\n\nThere is only one top level command. Other than that you just start typing a\n`project` name you are interested in. Once you start seeing results pressing\nreturn will attempt to open that project in VSCode.\n\n```bash\n# Settings\n\nvs \u003e ...\n\n# Anything else\n\nvs ...\n```\n\n## Development\n\nYou will first need to install `deno` as mentioned earlier in this README.\n\n### Tests\n\n`deno task test`\n\n### Formatting\n\n`deno fmt`\n\n### Build your own workflow\n\nYou can also build your own version of the workflow with:\n\n```\n./bin/build_release \u003cversion\u003e \u003cnotes\u003e\n\n# example\n\n./bin/build_release 1.2.3 blabla\n```\n\n## Resources\n\n- Alfred App:: https://www.alfredapp.com/\n- VSCode:: https://code.visualstudio.com/\n\n## Copyright\n\nMIT License (http://www.opensource.org/licenses/mit-license.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomwah%2Falfred-vscode-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhomwah%2Falfred-vscode-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomwah%2Falfred-vscode-workflow/lists"}