1
0
Fork
You've already forked xontrib-ranger
0
ranger integration for xonsh
  • Python 95.9%
  • Just 4.1%
2025年11月10日 20:41:10 +00:00
xontrib initial r alias implementation 2025年10月31日 15:52:59 +00:00
.gitattributes feat: intial commit 2020年11月25日 19:50:18 +05:30
.gitignore chore: ignore ide 2022年04月21日 21:05:56 +05:30
.pdm-python update pyproject.toml for pypi upload 2025年11月10日 20:41:10 +00:00
justfile update pyproject.toml for pypi upload 2025年11月10日 20:41:10 +00:00
LICENSE feat: intial commit 2020年11月25日 19:50:18 +05:30
pdm.lock update pyproject.toml for pypi upload 2025年11月10日 20:41:10 +00:00
pyproject.toml update pyproject.toml for pypi upload 2025年11月10日 20:41:10 +00:00
README.md initial r alias implementation 2025年10月31日 15:52:59 +00:00

Overview

ranger integration for xonsh shell

Installation

To install use pip:

xpip install xontrib-ranger

Usage

It adds r alias function. So commands like cd will work from broot.

$ xontrib load ranger
$ r 

Credits

Originally forked from jnoortheen's xontrib-broot.