{"id":13571884,"url":"https://github.com/kbshl/alfred-vscode","last_synced_at":"2025-04-04T09:30:32.436Z","repository":{"id":48027695,"uuid":"101653319","full_name":"kbshl/alfred-vscode","owner":"kbshl","description":"Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files","archived":true,"fork":false,"pushed_at":"2022-12-02T18:49:03.000Z","size":5519,"stargazers_count":184,"open_issues_count":26,"forks_count":32,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T05:52:26.167Z","etag":null,"topics":["alfred","alfred-workflow","alfy","browse","nodejs","npm-package","project-manager","search","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/alfred-vscode","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/kbshl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-28T14:45:37.000Z","updated_at":"2024-12-18T12:41:30.000Z","dependencies_parsed_at":"2023-01-22T19:46:11.714Z","dependency_job_id":null,"html_url":"https://github.com/kbshl/alfred-vscode","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbshl%2Falfred-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbshl%2Falfred-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbshl%2Falfred-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbshl%2Falfred-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbshl","download_url":"https://codeload.github.com/kbshl/alfred-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247152757,"owners_count":20892551,"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","alfy","browse","nodejs","npm-package","project-manager","search","visual-studio-code"],"created_at":"2024-08-01T14:01:07.793Z","updated_at":"2025-04-04T09:30:31.319Z","avatar_url":"https://github.com/kbshl.png","language":"JavaScript","funding_links":[],"categories":["Utilities","JavaScript"],"sub_categories":["Packages"],"readme":"# alfred-vscode\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![Github all releases](https://img.shields.io/github/downloads/kbshl/alfred-vscode/total.svg)](https://github.com/kbshl/alfred-vscode/releases/)\n[![GitHub stars](https://img.shields.io/github/stars/kbshl/alfred-vscode.svg)](https://github.com/kbshl/alfred-vscode/stargazers/)\n[![NPM total downloads](https://img.shields.io/npm/dt/alfred-vscode.svg)](https://www.npmjs.com/package/alfred-vscode)\n[![NPM license](https://img.shields.io/npm/l/alfred-vscode.svg)](https://www.npmjs.com/package/alfred-vscode)\n\n\u003e [Alfred 3](https://www.alfredapp.com) workflow that allows you to browse and open [Visual Studio Code (Insiders)](https://code.visualstudio.com/) projects or simply open specified folders/files.\n\n![alfred-vscode in action](docs/screenshot.png)\n\n## Prerequisites\n\nYou need\n\n- [Node.js 8+](https://nodejs.org)\n- [Alfred 3](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade\n- [Visual Studio Code Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) - Only if you like to have a project manager for VS Code.\n- [Visual Studio Code Command Line](https://code.visualstudio.com/docs/setup/mac)\n\n## Installation\n\n```bash\nnpm install --global alfred-vscode\n```\n\n**Note for Insiders Edition users:**\n\nRemember to set the `vscodeEdition` variable to `code-insiders` in the Workflow Configuration!\n\n**Note for VSCodium users:**\n\nRemember to set the `vscodeEdition` variable to `codium` in the Workflow Configuration!\n\nIt defaults to `code`.\n\n## Usage\n\n### Projects\n\nSimply type `vsc` followed by space to list all projects. Optionally type a query to search for a\nspecific project or group. The overall list shows 100 projects at max.\n\nSelect a project and press \u003ckbd\u003eEnter\u003c/kbd\u003e to open it in VS Code or Code Insiders.\n\nHold \u003ckbd\u003eAlt\u003c/kbd\u003e when pressing \u003ckbd\u003eEnter\u003c/kbd\u003e to open the project path in Terminal - You can set\nthe terminal app in the Workflow variables view.\n\nHold \u003ckbd\u003eShift\u003c/kbd\u003e when pressing \u003ckbd\u003eEnter\u003c/kbd\u003e to open the project path in Finder.\n\n### Folders / Files\n\nType `vs` followed by space and search for a specific folder or file to open in Visual Studio Code.\n\nHold \u003ckbd\u003eShift\u003c/kbd\u003e when pressing \u003ckbd\u003eEnter\u003c/kbd\u003e to open that folder or file in a new VS Code window.\n\n## Special Thanks\n\nBig Thanks goes to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Workflow](https://github.com/Cloudstek/alfred-atom) which I used as a base for this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbshl%2Falfred-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbshl%2Falfred-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbshl%2Falfred-vscode/lists"}