https://github.com/arvis-workflows/arvis-open-in-vscode
Arvis workflow to open in VSCode
https://github.com/arvis-workflows/arvis-open-in-vscode
arvis arvis-workflow arvish vscode
Last synced: 3 days ago
JSON representation
Arvis workflow to open in VSCode
- Host: GitHub
- URL: https://github.com/arvis-workflows/arvis-open-in-vscode
- Owner: arvis-workflows
- License: gpl-3.0
- Created: 2021-07-12T06:59:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T09:29:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T17:01:32.210Z (about 1 year ago)
- Topics: arvis, arvis-workflow, arvish, vscode
- Language: JavaScript
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arvis Open in VSCode
arvis workflow to open in VSCode.

## Feature
- Search projects and open in VSCode.
- Search projects and reveal in Finder.
- Open selected file in VSCode.
- Fuzzy search.
## Installation
- `npm i -g arvis-open-in-vscode`.
- Set workflow environment `wds` to your project base folders (split with ,). e.g. `wds: /Users/vivaxy/Developers/github,/Users/vivaxy/Developers/gitlab`. Workflow searches only first level folders, so make sure `wds` point to them. `wds` stands for `working directories`.
## Usage
- Type `code` with a space to search. Press `enter` to open selected project in VSCode. Hold `command` and press `enter` to reveal in Finder.
- Select a file in Finder, type `code` (without space) and press `enter` to open this folder in VSCode.
## 🔗 This workflow is converted from [alfred-workflow](https://github.com/vivaxy/alfred-open-in-vscode).
* Note that there might be some code change or different actions from the original workflow.
* Marked original workflow's creator to author.