Rename zoxide.py to __init__.py for easy install and update

This commit is contained in:
Wes Roberts 2021-06-04 21:08:42 -04:00
parent 89a9e85a46
commit 4d1088d8d0
2 changed files with 4 additions and 5 deletions

View file

@ -15,13 +15,12 @@ Easily jump between commonly visited directories by running this in ranger:
- Supports tab completion
- Works with Python >= 2.7, or >= 3.1
## Install
## Install via Git
Simply copy `zoxide.py` to your `~/.config/ranger/plugins` folder. For example:
Clone this repository into 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
```sh
git clone git@github.com:jchook/ranger-zoxide.git ~/.config/ranger/plugins/zoxide
```
## Keyboard Shortcut