mollifier / fish-cd-gitroot

fish shell plugin to cd to git repository root directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fish-cd-gitroot

Synopsis

Fish plugin to change directory to git repository root directory.

Port of cd-gitroot for the fish shell.

How to set up

Installing using fisher

We recommend using fisher to install fish-cd-gitroot.

fisher add mollifier/fish-cd-gitroot

Usage

cd-gitroot [OPTION] [PATH]

If PATH isn't specified, change directory to current git repository root directory. else change directory to PATH instead of it. PATH is treated relative path in git root directory.

Options

--help, -h display help and exit

About

fish shell plugin to cd to git repository root directory.

License:MIT License


Languages

Language:Shell 100.0%