Hacker News new | ask | show | jobs
by amjith 4066 days ago
The prompt_toolkit (core library) which is the basis for pyvim (same author), is well structured and modular. https://github.com/jonathanslenders/python-prompt-toolkit

There are plenty of examples in the repo that cover most of the features in the library. The awesome thing is all of the examples fit in a single page, a testament to the power and simplicity of the library.

I built pgcli (https://github.com/dbcli/pgcli) almost entirely by reading the examples.

1 comments

Will you please make pgcli compatible with the most recent prompt_toolkit release?
@amjith: we should do that indeed. If you don't have the time, I'll help you doing it later on.