Skip to content

Latest commit

 

History

History
executable file
·
43 lines (31 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
43 lines (31 loc) · 552 Bytes

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