Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).