Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexchantastic/alfred-open-with-vscode-workflow
Alfred 5 workflow for opening files or folders in Visual Studio Code
https://github.com/alexchantastic/alfred-open-with-vscode-workflow
alfred alfred-workflow visual-studio-code vscode workflow
Last synced: 6 days ago
JSON representation
Alfred 5 workflow for opening files or folders in Visual Studio Code
- Host: GitHub
- URL: https://github.com/alexchantastic/alfred-open-with-vscode-workflow
- Owner: alexchantastic
- License: mit
- Created: 2018-08-20T02:57:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T20:32:21.000Z (5 months ago)
- Last Synced: 2024-08-02T07:09:22.774Z (3 months ago)
- Topics: alfred, alfred-workflow, visual-studio-code, vscode, workflow
- Homepage:
- Size: 234 KB
- Stars: 299
- Watchers: 6
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-open-with-vscode-workflow
![Screenshot](https://user-images.githubusercontent.com/604167/113921066-69c1d300-979a-11eb-9341-bb69cc6c0b1a.png)
An [Alfred 5](https://www.alfredapp.com/) workflow opening files or folders with [Visual Studio Code](https://code.visualstudio.com/).
## Installation
1. [Download the workflow](https://github.com/alexchantastic/alfred-open-with-vscode-workflow/releases/latest)
2. Double click the `.alfredworkflow` file to installNote that the [Alfred Powerpack](https://www.alfredapp.com/powerpack/) is required to use workflows.
## Usage
### Open
1. Use the keyword `code` to trigger the workflow
2. Press `enter` to open the current folder or the selected file
3. Alternatively, type a path to open (e.g., `~/Desktop`)### Search & Open
1. Use the keyword `codef` to trigger the workflow
2. Press `enter` or begin to type your file or folder search term
3. Select the file or folder you want to open and press `enter`## License
Code released under the [MIT License](https://github.com/alexchantastic/alfred-open-with-vscode-workflow/blob/master/LICENSE).