Sets up autojump for use with xonsh shell.
Load it interactively or in your xonsh startup file like this:
xontrib load autojump
and use these aliases:
j 'autojump' to a directory
jc 'autojump' to a child directory
jo 'autojump' to a directory in the default file manager
jco 'autojump' to a child directory in the default file manager
Install from source with:
python setup.py install
or from pypi with
pip install xontrib-autojump