<p align="center">
Meta package that installs group of ergonomic xontribs in xonsh shell.
</p>
<p align="center">
If you like the idea click ⭐ on the repo and stay tuned.
</p>
## Default xontribs
By default ergopack contains xontribs that do not change the prompt or commands processing.
The xontribs that do more significant changes are in PyPi "extras".
```bash
xpip install -U xontrib-ergopack
```
* [argcomplete](https://github.com/anki-code/xontrib-argcomplete) - Tab completion of python and xonsh scripts.
* [back2dir](https://github.com/anki-code/xontrib-back2dir) - Return to the most recently used directory when starting xonsh shell.
* [output_search](https://github.com/tokenizer/xontrib-output-search) - Get words from the previous command output for the next command. Not activated by default.
* [pipeliner](https://github.com/anki-code/xontrib-pipeliner) - Let your pipe lines flow thru the Python code.
* [sh](https://github.com/anki-code/xontrib-sh) - Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.
* [autoxsh](https://github.com/Granitosaurus/xonsh-autoxsh) - Automatically execution of `.autoxsh` xonsh script after entering into the directory. Not activated by default.
* [history_encrypt](https://github.com/anki-code/xontrib-history-encrypt) - History backend that can encrypt the xonsh shell commands history. Not activated by default.
* [clp](https://github.com/anki-code/xontrib-clp) - Copy output to clipboard. Cross-platform.
* [cmd-durations](https://github.com/jnoortheen/xontrib-cmd-durations) - Show long running commands durations in prompt with option to send notification when terminal is not focused.
## Onepath xontribs
```bash
xpip install -U 'xontrib-ergopack[onepath]'
```
* [onepath](https://github.com/anki-code/xontrib-onepath) - Associate files with app and run it without preceding commands.
* All default xontribs.
## Prompt xontribs
```bash
xpip install -U 'xontrib-ergopack[prompt]'
```
* [prompt_bar](https://github.com/anki-code/xontrib-prompt-bar) - The bar prompt for xonsh shell with customizable sections.
* [prompt_starship](https://github.com/anki-code/xontrib-prompt-starship) - Starship cross-shell prompt in xonsh shell.
* All default xontribs.
## Dev xontribs
```bash
xpip install -U 'xontrib-ergopack[dev]'
```
* [macro](https://github.com/anki-code/xontrib-macro) - Library of the useful macros for the xonsh shell.
* [debug-tools](https://github.com/xonsh/xontrib-debug-tools) - Debug tools for xonsh shell.
* [hist_format](https://github.com/anki-code/xontrib-hist-format) - Format xonsh history to post it to Github or another page.
* [readable-traceback](https://github.com/vaaaaanquish/xontrib-readable-traceback) - Make traceback readable and colorized.
* [hunter](https://github.com/ionelmc/python-hunter) - A flexible code tracing toolkit. [How to use with xonsh](https://github.com/xonsh/xonsh/issues/4125#issuecomment-787462951).
* All default xontribs.
## All xontribs
```bash
xpip install -U 'xontrib-ergopack[onepath,prompt,dev]'
```
## Usage
Load default xontribs:
```bash
xontrib load ergopack
```
## Links
* [xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet) - Cheat sheet for xonsh shell with copy-pastable examples. The best doc for the new users.
* [xontrib-rc-awesome](https://github.com/anki-code/xontrib-rc-awesome) - Awesome snippets of code for xonshrc in xonsh shell.
* Ergopack is compatible with [dotfiles plugin](https://github.com/xxh/xxh-plugin-prerun-dotfiles#preinstall-pypi-packages)
for [xxh](https://github.com/xxh/xxh) - bring your favorite shell wherever you go through the ssh.
* This package was created with [xontrib cookiecutter template](https://github.com/xonsh/xontrib-cookiecutter).
* [Get more xontribs for xonsh on Github](https://github.com/topics/xontrib)
Raw data
{
"_id": null,
"home_page": "https://github.com/anki-code/xontrib-ergopack",
"name": "xontrib-ergopack",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "anki-code",
"author_email": "no@no.no",
"download_url": "https://files.pythonhosted.org/packages/d4/94/c03764e7aeec81edbaf3817e9c0d3aa6e171e013cf928cde8288b4b4ba26/xontrib-ergopack-0.2.0.tar.gz",
"platform": "any",
"description": "<p align=\"center\">\nMeta package that installs group of ergonomic xontribs in xonsh shell.\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## Default xontribs\n\nBy default ergopack contains xontribs that do not change the prompt or commands processing. \nThe xontribs that do more significant changes are in PyPi \"extras\".\n\n```bash\nxpip install -U xontrib-ergopack\n```\n\n* [argcomplete](https://github.com/anki-code/xontrib-argcomplete) - Tab completion of python and xonsh scripts.\n* [back2dir](https://github.com/anki-code/xontrib-back2dir) - Return to the most recently used directory when starting xonsh shell.\n* [output_search](https://github.com/tokenizer/xontrib-output-search) - Get words from the previous command output for the next command. Not activated by default.\n* [pipeliner](https://github.com/anki-code/xontrib-pipeliner) - Let your pipe lines flow thru the Python code.\n* [sh](https://github.com/anki-code/xontrib-sh) - Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.\n* [autoxsh](https://github.com/Granitosaurus/xonsh-autoxsh) - Automatically execution of `.autoxsh` xonsh script after entering into the directory. Not activated by default.\n* [history_encrypt](https://github.com/anki-code/xontrib-history-encrypt) - History backend that can encrypt the xonsh shell commands history. Not activated by default.\n* [clp](https://github.com/anki-code/xontrib-clp) - Copy output to clipboard. Cross-platform. \n* [cmd-durations](https://github.com/jnoortheen/xontrib-cmd-durations) - Show long running commands durations in prompt with option to send notification when terminal is not focused. \n\n## Onepath xontribs\n\n```bash\nxpip install -U 'xontrib-ergopack[onepath]'\n```\n\n* [onepath](https://github.com/anki-code/xontrib-onepath) - Associate files with app and run it without preceding commands.\n* All default xontribs.\n\n## Prompt xontribs\n\n```bash\nxpip install -U 'xontrib-ergopack[prompt]'\n```\n\n* [prompt_bar](https://github.com/anki-code/xontrib-prompt-bar) - The bar prompt for xonsh shell with customizable sections. \n* [prompt_starship](https://github.com/anki-code/xontrib-prompt-starship) - Starship cross-shell prompt in xonsh shell. \n* All default xontribs.\n\n## Dev xontribs\n\n```bash\nxpip install -U 'xontrib-ergopack[dev]'\n```\n\n* [macro](https://github.com/anki-code/xontrib-macro) - Library of the useful macros for the xonsh shell.\n* [debug-tools](https://github.com/xonsh/xontrib-debug-tools) - Debug tools for xonsh shell. \n* [hist_format](https://github.com/anki-code/xontrib-hist-format) - Format xonsh history to post it to Github or another page.\n* [readable-traceback](https://github.com/vaaaaanquish/xontrib-readable-traceback) - Make traceback readable and colorized.\n* [hunter](https://github.com/ionelmc/python-hunter) - A flexible code tracing toolkit. [How to use with xonsh](https://github.com/xonsh/xonsh/issues/4125#issuecomment-787462951). \n* All default xontribs.\n\n## All xontribs\n\n```bash\nxpip install -U 'xontrib-ergopack[onepath,prompt,dev]'\n```\n\n## Usage\n\nLoad default xontribs:\n```bash\nxontrib load ergopack\n```\n\n## Links\n\n* [xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet) - Cheat sheet for xonsh shell with copy-pastable examples. The best doc for the new users. \n* [xontrib-rc-awesome](https://github.com/anki-code/xontrib-rc-awesome) - Awesome snippets of code for xonshrc in xonsh shell. \n* Ergopack is compatible with [dotfiles plugin](https://github.com/xxh/xxh-plugin-prerun-dotfiles#preinstall-pypi-packages) \nfor [xxh](https://github.com/xxh/xxh) - bring your favorite shell wherever you go through the ssh. \n* This package was created with [xontrib cookiecutter template](https://github.com/xonsh/xontrib-cookiecutter).\n* [Get more xontribs for xonsh on Github](https://github.com/topics/xontrib)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Meta package that installs group of ergonomic xontribs in xonsh shell.",
"version": "0.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c223085e3886cdf0ff25125638eac1eeb3435afe1c587dedd5f8d80040489ee5",
"md5": "5d61ef5cf57159e9edd14f8f5ad1a5c7",
"sha256": "6d36486b1e67264d2f9ac8fce4a161d177bfa70102e5b17974b4bb16199115f8"
},
"downloads": -1,
"filename": "xontrib_ergopack-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d61ef5cf57159e9edd14f8f5ad1a5c7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3995,
"upload_time": "2023-03-19T16:01:44",
"upload_time_iso_8601": "2023-03-19T16:01:44.666231Z",
"url": "https://files.pythonhosted.org/packages/c2/23/085e3886cdf0ff25125638eac1eeb3435afe1c587dedd5f8d80040489ee5/xontrib_ergopack-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d494c03764e7aeec81edbaf3817e9c0d3aa6e171e013cf928cde8288b4b4ba26",
"md5": "28e8ee5eec4fb5c62c831e0a6e9f7744",
"sha256": "57d6e796063984c59193649ad41ffab4589619ac16ca9da1ea9f52214cefaac1"
},
"downloads": -1,
"filename": "xontrib-ergopack-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "28e8ee5eec4fb5c62c831e0a6e9f7744",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4053,
"upload_time": "2023-03-19T16:01:46",
"upload_time_iso_8601": "2023-03-19T16:01:46.224052Z",
"url": "https://files.pythonhosted.org/packages/d4/94/c03764e7aeec81edbaf3817e9c0d3aa6e171e013cf928cde8288b4b4ba26/xontrib-ergopack-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-19 16:01:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "anki-code",
"github_project": "xontrib-ergopack",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "xonsh",
"specs": []
}
],
"lcname": "xontrib-ergopack"
}