xontrib-fzf-completions


Namexontrib-fzf-completions JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
Summaryfzf completions for xonsh
upload_time2024-05-27 07:33:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseGNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
keywords shell xonsh xontrib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xontrib-fzf-completions

The project is a more updated fork of https://github.com/shahinism/xontrib-fzf-widgets (Hopefully more responsive to
PRs), providing [`fzf`](https://github.com/junegunn/fzf) completions into your [xonsh](https://github.com/xonsh/xonsh)
shell.

## Installation

```shell
# Install the xontrib
xpip install -U xontrib-fzf-completions

# Load it
xpip load fzf-completions
```

Define the key-binding in your `.xonshrc`:

```python
from xonsh.built_ins import XSH

XSH.env['fzf_history_binding'] = "c-r"  # Ctrl+R
XSH.env['fzf_ssh_binding'] = "c-s"  # Ctrl+S
XSH.env['fzf_file_binding'] = "c-t"  # Ctrl+T
XSH.env['fzf_dir_binding'] = "c-g"  # Ctrl+G
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xontrib-fzf-completions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "doronz88 <doron88@gmail.com>",
    "keywords": "shell, xonsh, xontrib",
    "author": null,
    "author_email": "doronz88 <doron88@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/4b/a82d88fc3ff2e87c5c3f357b5c3c2777de1f28eae582d4d23b0b54f0e7df/xontrib_fzf_completions-0.0.2.tar.gz",
    "platform": null,
    "description": "# xontrib-fzf-completions\n\nThe project is a more updated fork of https://github.com/shahinism/xontrib-fzf-widgets (Hopefully more responsive to\nPRs), providing [`fzf`](https://github.com/junegunn/fzf) completions into your [xonsh](https://github.com/xonsh/xonsh)\nshell.\n\n## Installation\n\n```shell\n# Install the xontrib\nxpip install -U xontrib-fzf-completions\n\n# Load it\nxpip load fzf-completions\n```\n\nDefine the key-binding in your `.xonshrc`:\n\n```python\nfrom xonsh.built_ins import XSH\n\nXSH.env['fzf_history_binding'] = \"c-r\"  # Ctrl+R\nXSH.env['fzf_ssh_binding'] = \"c-s\"  # Ctrl+S\nXSH.env['fzf_file_binding'] = \"c-t\"  # Ctrl+T\nXSH.env['fzf_dir_binding'] = \"c-g\"  # Ctrl+G\n```\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007",
    "summary": "fzf completions for xonsh",
    "version": "0.0.2",
    "project_urls": {
        "Bug Reports": "https://github.com/doronz88/xontrib-fzf-completions/issues",
        "Homepage": "https://github.com/doronz88/xontrib-fzf-completions"
    },
    "split_keywords": [
        "shell",
        " xonsh",
        " xontrib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea544e292017504a64a7527b4f9d789cf464184207f06c1c8a8e94145e0f2688",
                "md5": "da27093e839370dd2b2d14da4c8111d8",
                "sha256": "c12bd469fd2d52e9e41ff347df3a8c3c1c79c02b25db8195e347a5a9d14c8cfb"
            },
            "downloads": -1,
            "filename": "xontrib_fzf_completions-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da27093e839370dd2b2d14da4c8111d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14920,
            "upload_time": "2024-05-27T07:33:23",
            "upload_time_iso_8601": "2024-05-27T07:33:23.109420Z",
            "url": "https://files.pythonhosted.org/packages/ea/54/4e292017504a64a7527b4f9d789cf464184207f06c1c8a8e94145e0f2688/xontrib_fzf_completions-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a4ba82d88fc3ff2e87c5c3f357b5c3c2777de1f28eae582d4d23b0b54f0e7df",
                "md5": "19eac0edc51ec0836ee37af7d69e2572",
                "sha256": "378fa2dbf1930cd5877456bafa007f421c4dae08a7e161bc155f80b54bb3027f"
            },
            "downloads": -1,
            "filename": "xontrib_fzf_completions-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "19eac0edc51ec0836ee37af7d69e2572",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16110,
            "upload_time": "2024-05-27T07:33:24",
            "upload_time_iso_8601": "2024-05-27T07:33:24.625560Z",
            "url": "https://files.pythonhosted.org/packages/4a/4b/a82d88fc3ff2e87c5c3f357b5c3c2777de1f28eae582d4d23b0b54f0e7df/xontrib_fzf_completions-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 07:33:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "doronz88",
    "github_project": "xontrib-fzf-completions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xontrib-fzf-completions"
}
        
Elapsed time: 0.36446s