Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 17, 2010 07:12
Show Gist options
  • Save zzak/479322 to your computer and use it in GitHub Desktop.
Save zzak/479322 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import rlcompleter, 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