Skip to content
/ d Public

🧑‍💻 Easily manage your local projects

License

Notifications You must be signed in to change notification settings

alexandcote/d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is d?

d is a tool to standardize your projects structure on your local machine.

Installation

eval "$(curl -sSL https://bit.ly/2Kzj4Xd)"

Add this in your .bashrc or .zshrc file.

if [ -f /opt/d/d.sh ]; then
  source /opt/d/d.sh
fi

Usage

Usage example

You can easily clone a new git repository by running:

d clone https://github.com/alexandcote/d

d will clone the repository in ~/src/github.com/alexandcote/d.

You can use d to navigate between your projects by running:

d cd alexandcote/d

d use fuzzy finder to find the right directory so you can simply run:

d cd ad