broot support function for xonsh shell
To install use pip:
xpip install xontrib-broot
# or: xpip install -U git+https://github.com/jnoortheen/xontrib-broot
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.)
This package was created with xontrib cookiecutter template.