Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karmek-k/projects.sh

Shell script for managing projects
https://github.com/karmek-k/projects.sh

Last synced: 3 days ago
JSON representation

Shell script for managing projects

Awesome Lists containing this project

README

        

# Project management shell script

## Preparation

In order to use it, set the following environment variables:
- `MY_PROJECT_DIR` - directory containing your projects
- `MY_EDITOR` - editor executable

```sh
export MY_PROJECT_DIR=/home/user/projects
export MY_EDITOR=codium
```

## Usage

To list your project directory:

```sh
$ ./projects.sh
```

To open a project (e.g. named `my_project`):

```sh
$ ./projects.sh my_project
```

## License

MIT