AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 349 forks source link

MultiSelect options spanning multiple columns #493

Open gerassimos opened 11 months ago

gerassimos commented 11 months ago
In case of MultiSelect, Is there a way to make the options presented to the users span multiple columns For example:
[ ] opt-01 [ ] opt-11 [ ] opt-21
[ ] opt-02 [ ] opt-12 [ ] opt-22
[ ] opt-03 [ ] opt-13 [ ] opt-23
robivictor commented 9 months ago

this will be very handy when you have multiple options and you want to use your screen real-estate effectively.