-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add peerflix-style interactive select mode #234
Conversation
Ping! |
Can you add a video/gif of it working? Also, are there any scenarios were the await might throw an error? if that's the case, would be great to handle it |
Per inquisitor's README.md, it can indeed throw errors if the terminal isn't capable of rendering the menu for some reason. The above commit should handle this case (and anything else that might result in an error). |
# [4.1.0](v4.0.4...v4.1.0) (2022-06-02) ### Features * add peerflix-style interactive select mode ([#234](#234)) ([4540a0a](4540a0a))
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[ ] Bug fix
[X] New feature
[ ] Other, please explain:
What changes did you make? (Give an overview)
Added a peerflix-style interactive select mode.
Which issue (if any) does this pull request address?
#130
Is there anything you'd like reviewers to focus on?
Hopefully I got the formatting right!