wd

(β˜… 739)

:rocket: Jump to custom directories in zsh

  • _wd.sh
  • install.sh
  • LICENSE
  • README.md
  • tty.gif
  • wd.1
  • wd.plugin.zsh
  • wd.sh

# Installation Guide

1. Get the code
git clone https://github.com/mfaerevaag/wd

Downloads the entire project code from GitHub to your computer.

cd wd

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
curl -L https://github.com/mfaerevaag/wd/raw/master/install.sh | sh

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

wget --no-check-certificate https://github.com/mfaerevaag/wd/raw/master/install.sh -O - | sh

Type this command into your terminal and run it.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation