##// END OF EJS Templates
Add a class _CommandInput that implements the basic functionality of...
Add a class _CommandInput that implements the basic functionality of browser commands that require input. Reimplement the goto, find and findbackwards commands as subclasses of _CommandInput. Add an input history and keymaps to those commands. Add "\r" as a keyboard shortcut for the enterdefault and execute commands.

File last commit:

r310:85f75cac
r326:b89a5b31
Show More
irunner
9 lines | 179 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython import irunner
irunner.main()