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

https://github.com/jormaechea/project-selector

Bash command line to switch to a project dir
https://github.com/jormaechea/project-selector

bash cli projects switch-project

Last synced: 2 months ago
JSON representation

Bash command line to switch to a project dir

Awesome Lists containing this project

README

          

# Project selector

## Usage

Just type this in your terminal:

```sh
. ./selector.sh
```

## Alias

It's highly recommended to set an alias for your terminal. For example for bash (in `.bash_aliases` or `.bashrc`):

```sh
# Change the path to match yours
alias project=". /var/www/project-selector/selector.sh"
```