This plugin integrates z with ranger.The plugin uses .z file to jump around, watch screencast.
This branch currently only supports z, if you wanted to use zsh-z please see the master branch.
- set
_Z_SRCto path to z.sh
cd "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/plugins
git clone https://github.com/ask1234560/ranger-zjumper.git
echo -e "# z jumper\nmap cz console z%space" >> "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/rc.conf
restart ranger
- Type
:z dirto go to.*/diror:z dir1 dir2 ... dirnto go to.*/dir1.*/dir2....*/dirn - Or press c followed by z, followed by
dirordir1 dir2 ... dirn diris case insensitive
For updating the plugin.
cd "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/plugins/ranger-zjumper
git pull