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

https://github.com/xxh/xxh-plugin-xonsh-autojump

Autojump plugin for xonsh xxh
https://github.com/xxh/xxh-plugin-xonsh-autojump

autojump python xonsh xxh

Last synced: 2 months ago
JSON representation

Autojump plugin for xonsh xxh

Awesome Lists containing this project

README

        

#### Note! You can use [xontrib-jump-to-dir](https://github.com/anki-code/xontrib-jump-to-dir) as lightweight zero-dependency implementation of autojump or [xxh-plugin-prerun-zoxide](https://github.com/xxh/xxh-plugin-prerun-zoxide) projects functionality.

[wting/autojump](https://github.com/wting/autojump) plugin for [xxh/xxh](https://github.com/xxh/xxh) based on [sagartewari01/autojump-xonsh](https://github.com/sagartewari01/autojump-xonsh)

## Install
From xxh repo:
```
xxh +I xxh-plugin-xonsh-autojump
xxh yourhost +s xonsh +if
```
From any repo:
```
xxh +I xxh-plugin-xonsh-autojump+git+https://github.com/xxh/xxh-plugin-xonsh-autojump

# connect once with updating host
xxh yourhost +s xonsh +if
```