smenu
smenu copied to clipboard
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Can you please consider implementing an equivalent of [gum filter](https://github.com/charmbracelet/gum#filter)? 
Can you please consider implementing an equivalent of [gum write](https://github.com/charmbracelet/gum#write) – prompt for multi-line text?  You can freely move the cursor and scroll within the box.
Thanks for a great tool!
Would you like to add more error handling for return values from functions like the following? - [fprintf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html "Print formatted output") ⇒ [usage](https://github.com/p-gen/smenu/blob/55d3516e79de3866d49644f04bab18f945181fca/smenu.c#L516) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html "Duplicate a string") ⇒ [parse_sed_like_string](https://github.com/p-gen/smenu/blob/d1cd68bee7e745f10c3d35238cde418cf3151314/smenu.c#L2016)
Hello, I am using the Nim language (https://nim-lang.org) which interfaces with C language seamlessly. I'd like to use your project as a library where the input is a pointer to...
Sadly enough I have to ask this. Is windows support planned? It could possibly be as simple as compiling to a `.exe` with visual studio's tools, however that is not...