PySh is a mix between bash and Python. It allows you to execute both kinds of commands mixed together.
| Tags | Python shell bash |
|---|---|
| Licenses | WTFPL MIT/X |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: This release fixes autocompletion and line breaks. It adds in-Python shell execution with backquotes. It adds several built-in commands like alias and help. It reads ~/.pyshrc for general configuration. Applications requiring the whole shell now work (vi, watch, etc.)