bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

Allow loop cycling through Bullet items #53

Open antoinedelia opened 4 years ago

antoinedelia commented 4 years ago

If you're on the first item of a Bullet and press the ARROW_UP key, it goes to the last item rather than being blocked on the first one. Same idea when we are on the last item and going down.

Maybe this could be allowed via a parameter and not defaulted.