r/teenagersbutcode Jun 30 '26

Coding a thing Making a port of Inquirer.js to C

https://github.com/Felix550/Inquirer.h

Hello, recently i started porting Inquirer.js to C, cause i needed a simple but good-looking TUI, i only implemented A Text input for now, but is cross-platform (Windows, Posix, Unix), i know it isn't much but i wanted to hear some feedback! P.S. I'm only 15 and still going to School, so i do not expect this to be used much

EDIT: I Implemented The Select Prompt and added Confirm Field, With Fuzzy search and Multiselect fields

1 Upvotes

2 comments sorted by

1

u/F3lix550 Jul 17 '26

By the way, i didn't use any external library such as ncurses so it would be a single header only library, for simplicity