Metadata-Version: 2.4
Name: xontrib-zoxide
Version: 1.2.1
Summary: Zoxide integration for xonsh
License: MIT
License-File: LICENSE
Keywords: xontrib,xonsh
Author: Gyuri Horak
Author-email: dyuri@horak.hu
Requires-Python: >=3.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Terminals
Requires-Dist: xonsh (>=0.12.5)
Project-URL: Code, https://github.com/dyuri/xontrib-zoxide
Project-URL: Documentation, https://github.com/dyuri/xontrib-zoxide/blob/master/README.md
Project-URL: Homepage, https://github.com/dyuri/xontrib-zoxide
Project-URL: Issue tracker, https://github.com/dyuri/xontrib-zoxide/issues
Project-URL: Repository, https://github.com/dyuri/xontrib-zoxide
Description-Content-Type: text/markdown

<p align="center">
Zoxide integration for xonsh
</p>

<p align="center">  
If you like the idea click ⭐ on the repo and stay tuned.
</p>


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


