README for pyshell
==================

Pyshell is another shell application for python. However unless all
others it is not command-line based, but uses a concept which is
similar to the "notebooks" of mathematica and maple. It is maybe a
matter of taste. 


Note on Usage
-------------

most important:
- right mouse button pops up a menu
- tab completes what you are typing. 
- A cell is executed by Shift-Enter

- editing is as usual: 
    copy, paste, cut with Control-c, -v, -x
    undo redo with Control-z and Control-r
- Control-i indents a block or a line
- Control-u dedents a block or a line
- a history function is bound to Control-Up and Control-Down

