Easily jump between common directories in ranger
Find a file
2020-11-01 18:44:43 -05:00
LICENSE.md Initial commit 2020-11-01 18:44:43 -05:00
README.md Initial commit 2020-11-01 18:44:43 -05:00
zoxide.py Initial commit 2020-11-01 18:44:43 -05:00

ranger-zoxide

A zoxide (aka z) plugin for ranger.

Easily jump between commonly visited directories by running this in ranger:

:z <partial-name>

Features

  • Very simple & fast thanks to zoxide
  • Supports tab completion

Install

Simply copy zoxide.py to your ~/.config/ranger/plugins folder. For example:

mkdir -p ~/.config/ranger/plugins
wget -O ~/.config/ranger/plugins/zoxide.py https://raw.githubusercontent.com/jchook/ranger-zoxide/master/zoxide.py

Keyboard Shortcut

You may wish to add a keyboard shortcut to quickly z between common directories. Simply add a binding to your ~/.config/ranger/rc.conf file:

map cz console z%space

More Info

This plugin was inspired by ranger-zjumper.

License

MIT