ranger integration for xonsh
- Python 95.9%
- Just 4.1%
| xontrib |
initial r alias implementation
|
|
| .gitattributes | feat: intial commit | |
| .gitignore | chore: ignore ide | |
| .pdm-python | update pyproject.toml for pypi upload | |
| justfile | update pyproject.toml for pypi upload | |
| LICENSE | feat: intial commit | |
| pdm.lock | update pyproject.toml for pypi upload | |
| pyproject.toml | update pyproject.toml for pypi upload | |
| README.md |
initial r alias implementation
|
|
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.