jumpdir

command module
v0.0.0-...-67a811c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2021 License: MIT Imports: 4 Imported by: 0

README

jumpdir - a little script to jump to you git projects faster

Install

clone the repo and run (you have go to be setup)

go install

add this to you .bashrc or .zshrc

export JUMPDIR_ROOT="$HOME/git"
export JUMPDIR_IGNORE="node_modules,.git,yarn,nvm,npm,Library,dist,lib,target,build,go/pkg/mod,.next,out,vendor"
j() {
    cd $(jumpdir $1)
}
jc() {
    cd $(jumpdir $1) && code .
}

Usage

j mynestedproject
jc mynestedproject

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL