Skip to content

wshanks/xontrib-autojump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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