Skip to content

jnoortheen/xontrib-broot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.