alfred-open-with-vscode
v1.0.0
Published
💻 An Alfred workflow for opening folders with Visual Studio Code
Maintainers
Readme
alfred-open-with-vscode
💻 An Alfred workflow for opening folders with Visual Studio Code.
Features
- Show folders recently opened in Visual Studio Code
- Support custom search path and search depth
Installation
[!NOTE]
- Requires Node.js 10 or later.
- Requires zsh (Apple migrated the default shell to zsh).
# Install globally
$ npm i alfred-open-with-vscode -g
# Import to Alfred
$ alfred-open-with-vscode-importAfter triggering the Alfred hotkey, type open to list folders recently opened in Visual Studio Code. Keep typing a folder name to filter results, then press Enter to open the selected folder with Visual Studio Code.
TODOs
- [x] Support custom workflow keywords.
- [ ] Sort by open frequency.
