Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyuri/xontrib-zoxide
Zoxide integration for xonsh.
https://github.com/dyuri/xontrib-zoxide
xonsh xontrib zoxide
Last synced: 3 months ago
JSON representation
Zoxide integration for xonsh.
- Host: GitHub
- URL: https://github.com/dyuri/xontrib-zoxide
- Owner: dyuri
- License: mit
- Created: 2020-10-23T18:21:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T10:13:01.000Z (almost 2 years ago)
- Last Synced: 2024-07-28T19:49:24.746Z (3 months ago)
- Topics: xonsh, xontrib, zoxide
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - zoxide - Zoxide integration for xonsh. (Directory Navigation)
README
Zoxide integration for xonsh
If you like the idea click ⭐ on the repo and stay tuned.## Requirements
You need [zoxide](https://github.com/ajeetdsouza/zoxide) installed on your system. See [install instructions](https://github.com/ajeetdsouza/zoxide#step-1-installing-zoxide) to get it.
## Installation
To install use pip:
```bash
xpip install xontrib-zoxide
# or: xpip install -U git+https://github.com/dyuri/xontrib-zoxide
```## Usage
```bash
xontrib load zoxide
z folder
```See [zoxide](https://github.com/ajeetdsouza/zoxide) for detailed usage.
## Credits
This package was created with [xontrib cookiecutter template](https://github.com/xonsh/xontrib-cookiecutter).