xontrib-zoxide


Namexontrib-zoxide JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/dyuri/xontrib-zoxide
SummaryZoxide integration for xonsh
upload_time2024-10-27 07:49:48
maintainerNone
docs_urlNone
authorGyuri Horak
requires_python>=3.7
licenseMIT
keywords xontrib xonsh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dyuri/xontrib-zoxide",
    "name": "xontrib-zoxide",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "xontrib, xonsh",
    "author": "Gyuri Horak",
    "author_email": "dyuri@horak.hu",
    "download_url": "https://files.pythonhosted.org/packages/ea/1e/3320dc7a83f7c9e4c919831dc0abddc19fa049420c3f796b14990a48856c/xontrib_zoxide-1.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\nZoxide integration for xonsh\n</p>\n\n<p align=\"center\">  \nIf you like the idea click \u2b50 on the repo and stay tuned.\n</p>\n\n\n## Requirements\n\nYou 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.\n\n## Installation\n\nTo install use pip:\n\n```bash\nxpip install xontrib-zoxide\n# or: xpip install -U git+https://github.com/dyuri/xontrib-zoxide\n```\n\n## Usage\n\n```bash\nxontrib load zoxide\nz folder\n```\n\nSee [zoxide](https://github.com/ajeetdsouza/zoxide) for detailed usage.\n\n## Credits\n\nThis package was created with [xontrib cookiecutter template](https://github.com/xonsh/xontrib-cookiecutter).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Zoxide integration for xonsh",
    "version": "1.1.0",
    "project_urls": {
        "Code": "https://github.com/dyuri/xontrib-zoxide",
        "Documentation": "https://github.com/dyuri/xontrib-zoxide/blob/master/README.md",
        "Homepage": "https://github.com/dyuri/xontrib-zoxide",
        "Issue tracker": "https://github.com/dyuri/xontrib-zoxide/issues",
        "Repository": "https://github.com/dyuri/xontrib-zoxide"
    },
    "split_keywords": [
        "xontrib",
        " xonsh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39919dae4d6b4560c1abb7cfdeeec3e370ddfa66a538b38918c90de23bd53815",
                "md5": "a680a6e521b4723a9a6bf374cc54d80f",
                "sha256": "a19759a1e03c97be2182f9f08de4f94892df73a8a549e757bcf336fe261c7670"
            },
            "downloads": -1,
            "filename": "xontrib_zoxide-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a680a6e521b4723a9a6bf374cc54d80f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5000,
            "upload_time": "2024-10-27T07:49:47",
            "upload_time_iso_8601": "2024-10-27T07:49:47.232920Z",
            "url": "https://files.pythonhosted.org/packages/39/91/9dae4d6b4560c1abb7cfdeeec3e370ddfa66a538b38918c90de23bd53815/xontrib_zoxide-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea1e3320dc7a83f7c9e4c919831dc0abddc19fa049420c3f796b14990a48856c",
                "md5": "21292d5b526c6c0817401b7b942fab98",
                "sha256": "6b62bb55b5d3296de91167ab4727a83f2d510a7de98aeeccce023a6f66464966"
            },
            "downloads": -1,
            "filename": "xontrib_zoxide-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "21292d5b526c6c0817401b7b942fab98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4357,
            "upload_time": "2024-10-27T07:49:48",
            "upload_time_iso_8601": "2024-10-27T07:49:48.884753Z",
            "url": "https://files.pythonhosted.org/packages/ea/1e/3320dc7a83f7c9e4c919831dc0abddc19fa049420c3f796b14990a48856c/xontrib_zoxide-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 07:49:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dyuri",
    "github_project": "xontrib-zoxide",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xontrib-zoxide"
}
        
Elapsed time: 1.12459s