Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created July 3, 2013 08:35
Show Gist options
  • Save lukmdo/5916389 to your computer and use it in GitHub Desktop.
Save lukmdo/5916389 to your computer and use it in GitHub Desktop.
rlcomplete snippet
# http://algorithmicallyrandom.blogspot.it/2009/09/tab-completion-in-python-shell-how-to.html
import rlcompleter
import readline
readline.parse_and_bind("tab: complete")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment