This package browser is in early development. Mind the rough edges.

xonsh

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 that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.

Installation

Install the latest version of xonsh as follows:

guix install xonsh

Or install a particular version:

guix install xonsh@0.19.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of xonsh about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/xonsh'><img src='https://packages.guix.gnu.org/packages/xonsh/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/xonsh/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/xonsh)

Example Org:

[[https://packages.guix.gnu.org/packages/xonsh][https://packages.guix.gnu.org/packages/xonsh/badges/latest-version.svg]]