Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wshanks/xontrib-autojump

Xonsh configuration file for autojump
https://github.com/wshanks/xontrib-autojump

autojump xonsh xontrib

Last synced: about 2 months ago
JSON representation

Xonsh configuration file for autojump

Awesome Lists containing this project

README

        

# 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
```