A general purpose, Python-ish shell
xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives. xonsh (pronounced conch) is meant for the daily use of experts and novices alike.
- Developed at shells
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/xonsh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0.6.3.tar.gz | 0001868750 1.78 MB | |
xonsh.changes | 0000011565 11.3 KB | |
xonsh.spec | 0000002732 2.67 KB |
Revision 4 (latest revision is 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 606300
from
Todd R (TheBlackCat)
(revision 4)
- update to version 0.6.3: * Added: * Docs for using ``@(<expr>)`` as a way to run commands and a gotcha about list of strings vs single string expressions. * Ubuntu versions which xonsh is packaged for (with xonsh versions) * Changed: * When reporting errors without a traceback (i.e. ``$XONSH_SHOW_TRACEBACK = False``) and the error is a ``XonshError`` the exception type is not longer printed. * ``CommandPipeline.proc`` may now be ``None``, to accomodate when the process fails to even start (i.e. a missing command or incorrect permisions). * Fixed: * The ``curl`` command will now be run in a thread, which prevents documents that do not end in a newline from writing over the next prompt and vice versa. * Fix bug on Windows when ``PATHEXT`` environment variable did not exist. This also fixes building the xonsh documentation on Windows. * Fixed a bug in the `free_cwd <http://xon.sh/xontribs.html#free-cwd>`__ Windows Xontrib, which caused the prompt to error if the current directory is deleted/renamed from an other process. * Fixed issue with ``$XONSH_SHOW_TRACEBACK`` not being respected in subprocess mode when the command could not be found or had incorrect permissions.
Comments 0