mirror of
https://github.com/jchook/ranger-zoxide.git
synced 2025-12-26 18:34:56 +08:00
949 B
949 B
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
- Works with Python >= 2.7, or >= 3.1
Install via Git
Clone this repository into your ~/.config/ranger/plugins folder. For example:
git clone git@github.com:jchook/ranger-zoxide.git ~/.config/ranger/plugins/zoxide
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
See Also
License
MIT