ohmyzsh/plugins/z
ImgBotApp f4614da3b6 [ImgBot] Optimize images
*Total -- 1,425.84kb -> 1,146.04kb (19.62%)

/plugins/kubectx/prod.png -- 3.74kb -> 2.29kb (38.71%)
/plugins/kubectx/stage.png -- 3.74kb -> 2.35kb (37.16%)
/plugins/zsh-navigation-tools/doc/img/n-history2.png -- 105.78kb -> 70.81kb (33.05%)
/plugins/localstack/sqs-send-result.png -- 69.00kb -> 55.75kb (19.21%)
/plugins/z/img/demo.gif -- 1,241.72kb -> 1,012.99kb (18.42%)
/plugins/z/img/zsh_4.3.11_plus.svg -- 0.93kb -> 0.93kb (0.11%)
/plugins/z/img/mit_license.svg -- 0.93kb -> 0.93kb (0.11%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2025-01-28 20:50:19 -08:00
..
img [ImgBot] Optimize images 2025-01-28 20:50:19 -08:00
LICENSE feat(z): update to dd94ef04 (#12862) 2024-12-22 11:46:24 +01:00
MANUAL.md feat(z): update to dd94ef04 (#12862) 2024-12-22 11:46:24 +01:00
README.md
_z feat(z): update to latest upstream version 2023-04-28 09:07:43 +02:00
z.plugin.zsh feat(z): update to dd94ef04 (#12862) 2024-12-22 11:46:24 +01:00

README.md

z - jump around

This plugin defines the z command that tracks your most visited directories and allows you to access them with very few keystrokes.

Example

Assume that you have previously visited directory ~/.oh-my-zsh/plugins. From any folder in your command line, you can quickly access it by using a regex match to this folder:

/usr/bin$ z plug  # Even 'z p' might suffice
~/.oh-my-zsh/plugins$

Setup

To enable z, add z to your plugins array in your zshrc file:

plugins=(... z)

Further reading

For advanced usage and details of z, see MANUAL (copied from agkozak/zsh-z).