diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-12 19:53:05 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:11 -0600 |
commit | 0dc1d152b1dbe168cb66960991723efac4d7c89b (patch) | |
tree | fbc2413cfba87b2f91225286a94779068f9e5a75 /system/xonsh/README | |
parent | f1d193a6530534854492ddd883a25a32060aab6b (diff) |
system/xonsh: Added (Python BASHwards-compatible shell)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xonsh/README')
-rw-r--r-- | system/xonsh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/xonsh/README b/system/xonsh/README new file mode 100644 index 000000000000..9e2445b1e50a --- /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. |