From 0dc1d152b1dbe168cb66960991723efac4d7c89b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 12 Jan 2016 19:53:05 +0700 Subject: system/xonsh: Added (Python BASHwards-compatible shell) Signed-off-by: Willy Sudiarto Raharjo --- system/xonsh/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/xonsh/README (limited to 'system/xonsh/README') diff --git a/system/xonsh/README b/system/xonsh/README new file mode 100644 index 0000000000..9e2445b1e5 --- /dev/null +++ b/system/xonsh/README @@ -0,0 +1,6 @@ +xonsh is a Python-ish, BASHwards-compatible 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. + +NOTE: Install python3 before install ply package. -- cgit v1.2.3