# xontrib-dir-picker
## Description
This modules utilizes `zoxide query -i` command for directory selection
![dir-picker](./img/dir-picker.png)
## 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
```shell
# Install the xontrib
xpip install -U xontrib-dir-picker
# or: xpip install -U git+https://github.com/Beh01der/xontrib-dir-picker.git
# Load it
xontrib load dir-picker
```
## Configuration
Define the key-binding in your `.xonshrc`:
```python
from xonsh.built_ins import XSH
XSH.env['zoxide_pick_dir'] = "c-g" # Ctrl+G
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Beh01der/xontrib-dir-picker.git",
"name": "xontrib-dir-picker",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "shell, xonsh, xontrib",
"author": "Andrey Chausenko",
"author_email": "andrey@memz.au",
"download_url": "https://files.pythonhosted.org/packages/2d/fd/e821c27209a05517d9dee4335323a0c1c83a1c0e7ad6edb270d608b250d6/xontrib_dir_picker-1.0.2.tar.gz",
"platform": null,
"description": "# xontrib-dir-picker\n\n## Description\n\nThis modules utilizes `zoxide query -i` command for directory selection\n![dir-picker](./img/dir-picker.png)\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\n```shell\n# Install the xontrib\nxpip install -U xontrib-dir-picker\n# or: xpip install -U git+https://github.com/Beh01der/xontrib-dir-picker.git\n\n# Load it\nxontrib load dir-picker\n```\n\n## Configuration\n\nDefine the key-binding in your `.xonshrc`:\n\n```python\nfrom xonsh.built_ins import XSH\n\nXSH.env['zoxide_pick_dir'] = \"c-g\" # Ctrl+G\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Directory picker / navigator for xonsh shell",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/Beh01der/xontrib-dir-picker.git"
},
"split_keywords": [
"shell",
" xonsh",
" xontrib"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c3b1e17cda04b325a8379939270bd3d7bbec11ba275c78d6cf1149df2b166910",
"md5": "3d43823c06591c317bd1bc791d8a3f3a",
"sha256": "4d298e7efc59027b8db44eca02228d226d23ab72a8aa25c3870763ec3800aca7"
},
"downloads": -1,
"filename": "xontrib_dir_picker-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d43823c06591c317bd1bc791d8a3f3a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3175,
"upload_time": "2024-09-22T11:05:26",
"upload_time_iso_8601": "2024-09-22T11:05:26.571681Z",
"url": "https://files.pythonhosted.org/packages/c3/b1/e17cda04b325a8379939270bd3d7bbec11ba275c78d6cf1149df2b166910/xontrib_dir_picker-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2dfde821c27209a05517d9dee4335323a0c1c83a1c0e7ad6edb270d608b250d6",
"md5": "6680884d5c815968134e87718399a4c9",
"sha256": "9cfce5bfe249b4c27f4c3fdf1d25ea5bd253e33b94f0fe537f4da16eed833289"
},
"downloads": -1,
"filename": "xontrib_dir_picker-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "6680884d5c815968134e87718399a4c9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2850,
"upload_time": "2024-09-22T11:05:27",
"upload_time_iso_8601": "2024-09-22T11:05:27.815534Z",
"url": "https://files.pythonhosted.org/packages/2d/fd/e821c27209a05517d9dee4335323a0c1c83a1c0e7ad6edb270d608b250d6/xontrib_dir_picker-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-22 11:05:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Beh01der",
"github_project": "xontrib-dir-picker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xontrib-dir-picker"
}