Skip to content

serpent7776/cg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cg

Quickly switch between directories in git versioned project.

Usage

  • sh:
eval $(sh /full/path/to/activate.sh)
  • bash, zsh:
. /full/path/to/activate.sh
  • tcsh:
source /full/path/to/activate.csh /full/path/to/activate.csh
  • fish:
. /full/path/to/activate.fish

Once activated, press Ctrl-G to show directories in fuzzy finder (fzy by default).

Configuration

Environment variables:

  • CG_FF: Specifies fuzzy finder to be used. fzy by default.

Requirements

  • git
  • awk
  • fzy or any other fuzzy finder

About

Quickly switch between directories in git versioned project.

Topics

Resources

Stars

Watchers

Forks