Looks awesome, I've been wanting something like this.<p>Trying to install it from Git, however (as the README suggests) fails, because Pip can't find click>=4.1 and urwid>=1.2.1.<p>EDIT: To resolve this, before installing do this:<p><pre><code> $ pip install git+https://github.com/mitsuhiko/click.git
$ pip install git+https://github.com/wardi/urwid.git
</code></pre>
EDIT2: Never mind, was using outdated mirror. Works just fine.