diff options
author | Atk <git@heyatk.com> | 2022-11-06 19:52:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 20:52:53 +0100 |
commit | 4806f755694d160f20e3fb8ae0a1d009d56d966b (patch) | |
tree | 4f9f676cbfa3c0819540eb3ea77618cfbe351850 /plugins/wd/README.md | |
parent | 3eda3e5650c72c5f71336fcc2c8dfa5b861acb6d (diff) | |
download | zsh-4806f755694d160f20e3fb8ae0a1d009d56d966b.tar.gz zsh-4806f755694d160f20e3fb8ae0a1d009d56d966b.tar.bz2 zsh-4806f755694d160f20e3fb8ae0a1d009d56d966b.zip |
feat(wd): update to latest upstream release (#11235)
Based on https://github.com/mfaerevaag/wd/releases/tag/v0.5.2
Diffstat (limited to 'plugins/wd/README.md')
-rw-r--r-- | plugins/wd/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/wd/README.md b/plugins/wd/README.md index 8791f9f0e..1d1980632 100644 --- a/plugins/wd/README.md +++ b/plugins/wd/README.md @@ -1,12 +1,12 @@ # wd -[![Build Status](https://travis-ci.org/mfaerevaag/wd.png?branch=master)](https://travis-ci.org/mfaerevaag/wd) +[![Build Status](https://github.com/mfaerevaag/wd/actions/workflows/test.yml/badge.svg)](https://github.com/mfaerevaag/wd/actions) `wd` (*warp directory*) lets you jump to custom directories in zsh, without using `cd`. Why? Because `cd` seems inefficient when the folder is frequently visited or has a long path. -![tty.gif](https://raw.githubusercontent.com/mfaerevaag/wd/master/tty.gif) +![Demo](https://raw.githubusercontent.com/mfaerevaag/wd/master/tty.gif) ## Setup @@ -36,6 +36,10 @@ In your `.zshrc`: antibody bundle mfaerevaag/wd ``` +### [Fig](https://fig.io) + +Install `wd` here: [![Fig plugin store](https://fig.io/badges/install-with-fig.svg)](https://fig.io/plugins/other/wd_mfaerevaag) + ### Arch ([AUR](https://aur.archlinux.org/packages/zsh-plugin-wd-git/)) 1. Install from the AUR |