Skip to content

nesl247/jp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OP

Open Project (op) is a project quick-access tool

Installation

OMF (Oh-MyFish)

omf install https://github.com/nesl247/op

Fundle

fundle plugin 'nesl247/op' # You should put this in your ~/.config/fish/config.fish
fundle update

Setup

In ~/.config/fish/config.fish you should add:

set -x OP_PROJECT_DIRS <your> <dirs> <here> # e.g. set -x OP_PROJECT_DIRS $HOME/code

Usage

Autocompletion:

op <tab>

cd to project:

op <project>

Open project in $EDITOR:

op -e <project>

Open project in $IDE:

op -i <project>

Open project in $GIT_CLIENT:

op -g <project>

You can also combine flags like:

op -g -e <project>

About

Jump to Project (jp) is a project quick-access CLI tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages