mirror of
https://github.com/jchook/ranger-zoxide.git
synced 2025-12-26 18:34:56 +08:00
Rename zoxide.py to __init__.py for easy install and update
This commit is contained in:
parent
89a9e85a46
commit
4d1088d8d0
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue