YinanZhaoXometry / cd-plus

A better way to cd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd+


cd+ is a small tool that helps you traverse your directories in a manner endowed with greater sanity.

Say you are in /foo/bar/foobar/baz/foobaz/bazfoo and you want to go to foobar. Traditionally, you would have to type :

cd ../../../

Now the same can be done with:

d foobar

Installation

run:

./install.sh

About

A better way to cd

License:MIT License


Languages

Language:Shell 68.4%Language:Python 31.6%