opus

June 6, 2019 ยท View on GitHub

Lightly simple utility to jump between projects from anywhere. No more cd ../../../../ nonsense!

Leverages links in a ~/.opus_projects/ folder.

How to Use:

Adding a New Project

Syntax:

$ opus -c project_name /path/to/project/folder

Example:

$ opus -c nodeapp ~/Workspace/Repos/nodeapp

Work on a Project

Syntax:

$ opus project_name

Example:

$ opus nodeapp

Remove a Project

Syntax:

$ opus -d project_name

Example:

$ opus -d nodeapp