bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / bpython http://bpython-interpreter.org/

Fancy curses interface to the Python interpreter

Clone this repository (size: 838.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/bpython
hg clone ssh://hg@bitbucket.org/bobf/bpython

Partial i-reverse feature for bpython

Accepted

All changes have been pulled.

amjith / bpython

Branch
default

bobf / bpython

Description

This is the first step in implementing incremental backward search in bpython.

This feature will enable jumping back/forward in history to match the partial string entered in the command line.

How to check: Type a partial string in bpython prompt, say 'a' then press up-arrow, this will only show entries from history that start with 'a'.

ssh:hg@bitbucket.org/amjith/bpython

Comments

    Log in to comment »