CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.93k stars 234 forks source link

This looks awesome! #3

Closed nackjicholson closed 6 years ago

nackjicholson commented 6 years ago

Just wanted to stop by and say this library looks really great, thanks for sharing it! I'm looking forward to digging in more. I've read bits and pieces of the code, haven't written anything myself with it (yet). But I'm really excited to build something. Just reading helped me discover the prompt_toolkit library you're using behind the scenes and that seems like it provides a lot of capabilities and is partly why this library is so promising.

nackjicholson commented 6 years ago

I did notice the "editor" type which seems like a useful idea actually isn't written yet. 😄

Any other things documented which aren't done that I should know about if trying to use this?

EDIT: I also see this is based on whaaaaat. I agree PyInquirer is a much better name. I probably would not have found it without the name change.

nackjicholson commented 6 years ago

pageSize is also documented but seemingly not implemented.

CITGuru commented 5 years ago

I plan to implement all TODO