Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisealcala/vscode-cli-deno
A vscode cli for open directories. Made with Deno 🦕
https://github.com/elisealcala/vscode-cli-deno
deno
Last synced: about 1 month ago
JSON representation
A vscode cli for open directories. Made with Deno 🦕
- Host: GitHub
- URL: https://github.com/elisealcala/vscode-cli-deno
- Owner: elisealcala
- Created: 2022-07-08T12:41:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T15:53:08.000Z (over 2 years ago)
- Last Synced: 2024-04-24T10:32:58.839Z (8 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Code Directory Search
It will look for all the subdirectories of a given path.
## Install using deno install
```
$ deno run --allow-run exec.ts
```This will return you the path for the installation. Use it for creating an alias.
## Create an alias
### For zsh
```
$ echo "alias vsc=" >> ~/.zshrc
```### For bash
```
$ echo "alias vsc=" >> ~/.bashrc
```Restart your terminal 👻
```
$ vsc
```The first time it will ask you for a path, if you want to change it just run
```
$ vsc -p
```