Metadata-Version: 2.1
Name: xontrib-autojump
Version: 1.4
Summary: autojump support for xonsh
Home-page: https://github.com/willsALMANJ/autojump-xonsh
Author: Will Shanks
Author-email: wshaos@posteo.net
License: GPLv3+
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE

# Xonsh configuration for autojump

Sets up [autojump](https://github.com/wting/autojump) for use with
[xonsh](https://github.com/xonsh/xonsh) shell.

## Usage

Load it interactively or in your xonsh startup file like this:

```bash
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:

```bash
python setup.py install
```

or from pypi with

```bash
pip install xontrib-autojump
```





