blob: 2a9aca9ac0f80b587d606f2164beafa4b6084ced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Pyrepl is a neat replacement for python readline module.
Features:
- sane multi-line editing
- history, with incremental search
- completion, including displaying of available options
- a fairly large subset of the readline emacs-mode key bindings
(adding more is mostly just a matter of typing)
- Deliberately liberal, Python-style license
- no global variables, so you can run two independent readers
without having their histories interfering.
WWW: http://starship.python.net/crew/mwh/hacks/pyrepl.html
|