I really like tui applications, because they are sustainable, efficient, distraction free and often do one thing in which they are good in.
But I can’t find a good application for every purpose I need and want to create my own tui application.
And the only thing I know of is ncurses. But because it’s really old, I don’t know if it’s still state-of-the-art or are there better solutions?
Which language would be the best to create a sustainable tui application?
Thanks for your help :)
Is your Ruby application open source? I am curious for what it is :)
Yes they’re open source. They’re also not terribly interesting and I haven’t updated them in many years, but maybe I should fix that!
https://github.com/dressupgeekout/pless https://github.com/dressupgeekout/pres
Finally someone who uses
#!/usr/bin/env
in their scripts.