Meta package that installs group of ergonomic xontribs in xonsh shell.
If you like the idea click ⭐ on the repo and stay tuned.
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".
xpip install -U xontrib-ergopack
- argcomplete - Tab completion of python and xonsh scripts.
- back2dir - Return to the most recently used directory when starting xonsh shell.
- output_search - Get words from the previous command output for the next command. Not activated by default.
- pipeliner - Let your pipe lines flow thru the Python code.
- sh - Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.
- autoxsh - Automatically execution of
.autoxsh
xonsh script after entering into the directory. Not activated by default. - history_encrypt - History backend that can encrypt the xonsh shell commands history. Not activated by default.
- clp - Copy output to clipboard. Cross-platform.
- cmd-durations - Show long running commands durations in prompt with option to send notification when terminal is not focused.
xpip install -U 'xontrib-ergopack[onepath]'
- onepath - Associate files with app and run it without preceding commands.
- All default xontribs.
xpip install -U 'xontrib-ergopack[prompt]'
- prompt_bar - The bar prompt for xonsh shell with customizable sections.
- prompt_starship - Starship cross-shell prompt in xonsh shell.
- All default xontribs.
xpip install -U 'xontrib-ergopack[dev]'
- macro - Library of the useful macros for the xonsh shell.
- debug-tools - Debug tools for xonsh shell.
- hist_format - Format xonsh history to post it to Github or another page.
- readable-traceback - Make traceback readable and colorized.
- hunter - A flexible code tracing toolkit. How to use with xonsh.
- All default xontribs.
xpip install -U 'xontrib-ergopack[onepath,prompt,dev]'
Load default xontribs:
xontrib load ergopack
- xonsh-cheatsheet - Cheat sheet for xonsh shell with copy-pastable examples. The best doc for the new users.
- xontrib-rc-awesome - Awesome snippets of code for xonshrc in xonsh shell.
- Ergopack is compatible with dotfiles plugin for xxh - bring your favorite shell wherever you go through the ssh.
- This package was created with xontrib cookiecutter template.
- Get more xontribs for xonsh on Github