ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.51k stars 121 forks source link

Feature request: choosing from options using arrow keys or fuzzy find #488

Closed HansMartinJ closed 7 months ago

HansMartinJ commented 7 months ago

i.e. like this https://github.com/charmbracelet/gum?tab=readme-ov-file#filter

ajalt commented 7 months ago

This has been asked before a few times in e.g. ajalt/mordant#133. 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.