PySh

A shell providing both bash and Python feature
Download

PySh Ranking & Summary

Advertisement

  • Rating:
  • License:
  • WTFPL
  • Price:
  • FREE
  • Publisher Name:
  • Antoine d'Otreppe de Bouvette
  • Publisher web site:
  • http://www.aspyct.org/

PySh Tags


PySh Description

A shell providing both bash and Python feature PySh is designed to be a shell providing both bash and Python features. Try it out. Download, chmod it and run. If you like it, consider putting it in you /usr/bin directory, or even as default shell.Why ?Because I was somewhat… bored from studying sql :p But also because I spend a lot of time in command line and often miss Python.LicensePySh is released under the terms of the WTFPL, with a no warranty close. In a few words: you just do what the fuck you want to, at your own risk.Examples:~/smallprog/pyShell > lspyshpysh.tar.gzREADME~/smallprog/pyShell > stat pysh File: `pysh' Size: 7663 Blocks: 16 IO Block: 4096 regular fileDevice: 803h/2051d Inode: 1704436 Links: 1Access: (0755/-rwxr-xr-x) Uid: ( 1000/ antoine) Gid: ( 1000/ antoine)Access: 2009-06-09 23:51:25.000000000 +0200Modify: 2009-06-09 23:37:18.000000000 +0200Change: 2009-06-09 23:43:37.000000000 +0200~/smallprog/pyShell > for i in ls:... print i... pyshpysh.tar.gzREADME~/smallprog/pyShell > echo "Salut" >> test~/smallprog/pyShell > echo "Hello" >> test~/smallprog/pyShell > echo "Gutentag" >> test~/smallprog/pyShell > echo "Salvus sis" >> test~/smallprog/pyShell > for i in each('cat test'):... print i... SalutHelloGutentagSalvus sis~/smallprog/pyShell > a = ls~/smallprog/pyShell > a~/smallprog/pyShell > # Supports comments~/smallprog/pyShell > # pipes |~/smallprog/pyShell > # conditional statements && ||~/smallprog/pyShell > # redirections > >> 2> cat test | grep t | grep aSalutGutentag~/smallprog/pyShell > mkdir subdir~/smallprog/pyShell > touch subdir/test1~/smallprog/pyShell > touch subdir/test2~/smallprog/pyShell > touch subdir/test3~/smallprog/pyShell > for i in tree:... print i... ./test./pysh./pysh.tar.gz./README./subdir/test2./subdir/test1./subdir/test3~/smallprog/pyShell > Requirements: · Python What's New in This Release: · Fixed autocompletion and line break · Added in-python shell execution with backquotes · Added several built-in commands, like alias, help... · PySh now reads ~/.pyshrc for general config · Applications requiring the whole shell now work (vi, watch...)


PySh Related Software