/xontrib-autojump

Xonsh configuration file for autojump

Primary LanguagePythonOtherNOASSERTION

Xonsh configuration for autojump

Sets up autojump for use with xonsh shell.

Usage

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

Installation

Install from source with:

python setup.py install

or from pypi with

pip install xontrib-autojump