ajalt / mordant

Multiplatform text styling for Kotlin command-line applications
https://ajalt.github.io/mordant/
Apache License 2.0
982 stars 34 forks source link

Implement interactive chooser prompt #133

Closed moshenskyi closed 11 months ago

moshenskyi commented 11 months ago

Do you plan to implement a selectable chooser like in Gum for bash and some JS CLI libs?

Example

ajalt commented 11 months ago

This has been asked before in #33 and #89. I don't currently have any plans to add readline/raw mode support to capture keyboard inputs, but there are examples in those issues of how others have implemented it.