Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silkimen/alfred-vscode
Very simple Alfred Workflow for browsing and opening folders in VS Code
https://github.com/silkimen/alfred-vscode
Last synced: 25 days ago
JSON representation
Very simple Alfred Workflow for browsing and opening folders in VS Code
- Host: GitHub
- URL: https://github.com/silkimen/alfred-vscode
- Owner: silkimen
- License: mit
- Created: 2019-11-07T00:29:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T01:56:49.000Z (about 5 years ago)
- Last Synced: 2024-10-29T13:59:37.102Z (2 months ago)
- Language: Shell
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred Workflow for VS Code
This is a very simple Alfred workflow for browsing and opening folders in VS Code. It uses only built-in features and has no external dependencies.## Installation
Download workflow file [alfred-vscode.alfredworkflow](https://github.com/silkimen/alfred-vscode/raw/master/alfred-vscode.alfredworkflow) and install it on your device.You need to configure two variables:
* `searchPath`: path containing folders to be browsed and opened in VS Code (you can use globbing patterns)
* search recursively: e.g. `/Volumes/Development/**`
* search only in given path: e.g. `/Volumes/Development`
* `vscodePath`: path to the VS Code launcher "code" (usually `/usr/local/bin/code`)## Features
* Open in new VS Code window by holding ⇧ (Shift) while pressing ⏎ (Enter)
* Reuse VS Code window by holding Fn (Fn) while pressing ⏎ (Enter)
* Open folder in Terminal instead of VS Code by holding ⌥ (Option) while pressing ⏎ (Enter)