xontrib-zoxide


Namexontrib-zoxide JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/dyuri/xontrib-zoxide
SummaryZoxide integration for xonsh
upload_time2022-12-30 10:11:36
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "xontrib,xonsh",
    "author": "Gyuri Horak",
    "author_email": "dyuri@horak.hu",
    "download_url": "https://files.pythonhosted.org/packages/46/ee/be0fb1b9d5940d86278d0f451efe2f842d61df6bcabbc2d967eec3b3dfbe/xontrib_zoxide-1.0.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.0.0",
    "split_keywords": [
        "xontrib",
        "xonsh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "27ab14fdd8066ca963a012c2aa84fc51",
                "sha256": "db6ec745b3322a0bc7ebcd665acabe384b86322c2c05ae54ee95853584d6250d"
            },
            "downloads": -1,
            "filename": "xontrib_zoxide-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27ab14fdd8066ca963a012c2aa84fc51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4926,
            "upload_time": "2022-12-30T10:11:35",
            "upload_time_iso_8601": "2022-12-30T10:11:35.153869Z",
            "url": "https://files.pythonhosted.org/packages/a7/be/4daaa72d99f6b557b63162a8226c8cda893c34fa2250218294019470dec2/xontrib_zoxide-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "36617326ceffbb14ad1ceb1bbf274126",
                "sha256": "606be2220779e3dd550703c545953c1fd86125c91f6a53421f4597b0d09fb85c"
            },
            "downloads": -1,
            "filename": "xontrib_zoxide-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "36617326ceffbb14ad1ceb1bbf274126",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4596,
            "upload_time": "2022-12-30T10:11:36",
            "upload_time_iso_8601": "2022-12-30T10:11:36.453961Z",
            "url": "https://files.pythonhosted.org/packages/46/ee/be0fb1b9d5940d86278d0f451efe2f842d61df6bcabbc2d967eec3b3dfbe/xontrib_zoxide-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-30 10:11:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dyuri",
    "github_project": "xontrib-zoxide",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xontrib-zoxide"
}
        
Elapsed time: 0.02285s