Awesome
Ranger & z
This plugin integrates Z with ranger. This plugin can also be used for Zsh-z. The plugin uses .z
file to jump around, watch screencast.
Installation
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
Usage
- Type
:z dir
to go to.*/dir
or:z dir1 dir2 ... dirn
to go to.*/dir1.*/dir2....*/dirn
- Or press c followed by z, followed by
dir
ordir1 dir2 ... dirn
dir
is case insensitive
Updation
For updating the plugin.
cd "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/plugins/ranger-zjumper
git pull