Skip to content

Instantly share code, notes, and snippets.

@morteza-mori
Last active August 21, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morteza-mori/9ff5cfb3da51fdd6938d8f840d5c2399 to your computer and use it in GitHub Desktop.
Save morteza-mori/9ff5cfb3da51fdd6938d8f840d5c2399 to your computer and use it in GitHub Desktop.
python autocompletion
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