A plugin to integrate zsh-z into ranger.
- Every directory you visit in ranger is automatically added to your zsh-z database.
- Type
:z foobar
to jump to directory matchingfoobar
. UseTAB
to cycle completions.
- Set an environment variable
ZSHZ_SRC
tozsh-z.plugin.zsh
path. - Clone this repo to
~/.config/ranger/plugins
. - Optionally, bind a key:
# ~/.config/ranger/rc.conf
...
map gz console z%space
Licensed under GPLv3
Copyright (C) 2022 Rafael Cavalcanti