Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wshanks/xontrib-autojump
- Owner: wshanks
- License: other
- Created: 2016-06-08T05:17:34.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T21:14:01.000Z (over 3 years ago)
- Last Synced: 2024-10-04T07:05:05.039Z (2 months ago)
- Topics: autojump, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - autojump - autojump support for xonsh. (Directory Navigation)
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
```