This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
Making a TUI input library #554
sayanarijit
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to share tui-input which makes it easy for developers to integrate a shell-like input handler with their TUI projects. I made it with the goal of reusing it in my other TUI projects using tui-rs, but it can be used directly as well.
Currently, only crossterm backend is supported, but I'll be gradually adding support for other backends as well.
Your feedback will help me learn more.
Demo:
Beta Was this translation helpful? Give feedback.
All reactions