choose
choose copied to clipboard
make choices on the command line
Consider adding install instructions to readme.md. In particular, `sudo pip install urwid` Ez-install system could also work. System should prompt for syntax to install pip, as needed.
Am I just "doing it wrong" or is filtering broken on MacOS X? When I try e.g. `echo -e 'apple\npear\ngrape\nbanana' | choose` and then type `'ap'` to filter to apple...
On macOS with Python 3.11: ```python $ docker ps | choose -1 /opt/homebrew/Cellar/choose/0.1.0_4/libexec/bin/choose:138: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(names) is 1: CONTAINER ID IMAGE COMMAND...