terrycojones / daudin

A Python command-line shell
MIT License
176 stars 9 forks source link

Tab completion for Python modules as with IPython. #7

Closed reckoner closed 4 years ago

reckoner commented 4 years ago

Is this possible? I can't remember all the methods and attributes I need.

terrycojones commented 4 years ago

Yes, this is possible. I saw some code for it when I was reading about how to do filenames. I'll take a look...

terrycojones commented 4 years ago

OK, this looks very easy. I'll do it later today/tonight.

reckoner commented 4 years ago

great! I'll pull and test it as soon as you have it ready

terrycojones commented 4 years ago

OK, try pip install -U daudin and you should have it! Thanks for the suggestion :-)

reckoner commented 4 years ago

works like a dream!

terrycojones commented 4 years ago

OK, great. I'll close this.