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
- Host: GitHub
- URL: https://github.com/xxh/xxh-plugin-xonsh-autojump
- Owner: xxh
- License: bsd-2-clause
- Created: 2019-11-03T13:07:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T14:59:26.000Z (over 2 years ago)
- Last Synced: 2024-10-24T15:38:41.354Z (7 months ago)
- Topics: autojump, python, xonsh, xxh
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```