Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 910 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 910 Bytes

##What is it?

Smash is an attempt at writing a smarter shell. Python developers will be particularly interested because it also happens to host a full-fledged python runtime (via IPython) and offers sophisticated support for python virtual environments (but non-python developers can safely ignore these features). Smash leverages existing system tab completion setup, apart from variable/keyword completion in python namespaces. Additionally smash offers features for project management, a flexible plugin architecture that is easy to use, and simple configuration files that try to be as sane as possible.