All Projects → jchook → ranger-zoxide

jchook / ranger-zoxide

Licence: MIT License
Easily jump between common directories in ranger

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ranger-zoxide

woapp
web模拟安卓操作系统,php开发,内置文件管理,电话,短信,拍照,用在树莓派上可做智能家居,视频监控,机顶盒等……
Stars: ✭ 22 (-35.29%)
Mutual labels:  filesystem
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (+538.24%)
Mutual labels:  filesystem
korefile
File System API for Local/GitHub.
Stars: ✭ 29 (-14.71%)
Mutual labels:  filesystem
secfs.test
Secfs Test Collection - Collection of File System Test Programs
Stars: ✭ 37 (+8.82%)
Mutual labels:  filesystem
watcher
The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.
Stars: ✭ 37 (+8.82%)
Mutual labels:  filesystem
czmod
🚀 Native Module Written in C to Boost z.lua !!
Stars: ✭ 35 (+2.94%)
Mutual labels:  z
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (-17.65%)
Mutual labels:  filesystem
fs-over-http
A filesystem interface over http, with extras and docker support
Stars: ✭ 14 (-58.82%)
Mutual labels:  filesystem
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (+41.18%)
Mutual labels:  filesystem
termy-the-terminal
Web-based terminal powered by React
Stars: ✭ 43 (+26.47%)
Mutual labels:  filesystem
ImageWorker
ImageWorker is a Library for Android to Save Images in Internal Storage
Stars: ✭ 51 (+50%)
Mutual labels:  filesystem
SimpleOS
Operating System Coded in Assembly and C
Stars: ✭ 72 (+111.76%)
Mutual labels:  filesystem
xxhashdir
⚡Fast filysystem fingerprinting using xxHash
Stars: ✭ 47 (+38.24%)
Mutual labels:  filesystem
tonix
Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.
Stars: ✭ 20 (-41.18%)
Mutual labels:  filesystem
rcore-fs
The file system module for rCore OS.
Stars: ✭ 38 (+11.76%)
Mutual labels:  filesystem
hdrfs
High Data Retention Filesystem
Stars: ✭ 23 (-32.35%)
Mutual labels:  filesystem
files
Useful methods to manage files and directories
Stars: ✭ 27 (-20.59%)
Mutual labels:  filesystem
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (-55.88%)
Mutual labels:  filesystem
gof
Yet another simple Go filesystem wrapper
Stars: ✭ 13 (-61.76%)
Mutual labels:  filesystem
octo-drive
Turn your GitHub repository into encrypted filesystem (=
Stars: ✭ 24 (-29.41%)
Mutual labels:  filesystem

ranger-zoxide

A zoxide (aka z) plugin for ranger.

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

:z <partial-name>

Or use interactive mode:

:zi <partial-name>

Features

  • Very simple & fast thanks to zoxide
  • Supports tab completion
  • Works with Python >= 2.7, or >= 3.1

Install

For ranger >= 1.9.3, use Git to clone this repository into your ~/.config/ranger/plugins folder. For example:

git clone [email protected]:jchook/ranger-zoxide.git ~/.config/ranger/plugins/zoxide

Legacy Install

For ranger versions older than 1.9.3, or to install without Git, download __init__.py to your ~/.config/ranger/plugins directory. 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

Or for interactive use:

map cz zi

See Also

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].