Overview
September 18, 2021 ยท View on GitHub
broot support function for xonsh shell
Installation
To install use pip:
xpip install xontrib-broot
# or: xpip install -U git+https://github.com/jnoortheen/xontrib-broot
Usage
It adds br alias function. So commands like cd will work from broot.
$ xontrib load broot
$ br
broot can also be launched with shortcut Ctrl+N.
This can be changed by $XONSH_BROOT_KEY="c-n" or disabled with $XONSH_BROOT_KEY="".
(PS PTK's keybinding guide
for full list of key names.)
Credits
This package was created with xontrib cookiecutter template.