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
- Host: GitHub
- URL: https://github.com/jormaechea/project-selector
- Owner: jormaechea
- Created: 2020-03-23T18:29:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T23:11:59.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T22:09:21.175Z (about 1 year ago)
- Topics: bash, cli, projects, switch-project
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```