Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🦕

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
```