├── .github └── FUNDING.yml ├── Open-with-VSCode.alfredworkflow └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: iamstevendao 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | -------------------------------------------------------------------------------- /Open-with-VSCode.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamstevendao/alfred-open-with-vscode/2e339956c455af580f1d7d7b9c93912cdf48ea24/Open-with-VSCode.alfredworkflow -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # alfred-open-with-vscode 2 | ### Alfred workflow for opening a folder with VS Code 3 | 4 |

5 | open-with-vscode gif 6 |

7 | 8 | works with Alfred 2, 3, 4. 9 | 10 | ## Usage 11 | - Clone this repo and install `Open-with-VSCode.alfredworkflow` 12 | **OR**: Download from [Packal](http://www.packal.org/workflow/open-vscode) 13 | - Open Alfred: 14 | ```bash 15 | code 16 | ``` 17 | - ⏎ (`return`) to open with Visual Studio Code 18 | - ⌥ (`option`) + ⏎ (`return`) to open in Finder 19 | 20 | made with ❤ by [Steven](https://github.com/iamstevendao). 21 | --------------------------------------------------------------------------------