From 89a9e85a464e564dbb31eff1010239b643dc12ac Mon Sep 17 00:00:00 2001 From: Wes Roberts Date: Sun, 1 Nov 2020 19:59:08 -0500 Subject: [PATCH] Updates README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 079d979..78df8e5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Easily jump between commonly visited directories by running this in ranger: - Very simple & fast thanks to zoxide - Supports tab completion +- Works with Python >= 2.7, or >= 3.1 ## Install @@ -25,16 +26,17 @@ wget -O ~/.config/ranger/plugins/zoxide.py https://raw.githubusercontent.com/jch ## 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: +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 +## See Also -This plugin was inspired by [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper). +- [zoxide/contrib/ranger.py](https://github.com/ajeetdsouza/zoxide/blob/master/contrib/ranger.py) +- [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper). ## License