Discover, install, and configure shell plugins with Fig Plugin Store →
🔗

Opus Plugin

Lightly simple utility to jump between projects.

bryanculver
|
6 stars
2 forks

opus

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