Top
Best
New

Posted by mipselaer 18 hours ago

TUI Studio – visual terminal UI design tool(tui.studio)
572 points | 276 commentspage 7
ramon156 13 hours ago|
No ratatui?!
aaronblohowiak 13 hours ago||
So this is a TUI WYSIWYG GUI ?
docmars 7 hours ago||
This is amazing! Just think how incredible this would have been to have in the 80's and 90's in some similar format.
aethorn 17 hours ago||
The website UI is unreal, I loved the idea
monkaiju 13 hours ago||
I wish HN had flairs (tags) like Reddit and mandated a few for AI-related work (AI-Assisted, AI-meta, AI-vibecoding) or something so these could be filtered out
NoGravitas 12 hours ago||
Missing ncurses support.
raincole 15 hours ago||
When your TUI is so complex that you need a GUI to design it, perhaps you shouldn't use TUI in the first place.
jbstack 15 hours ago|
I'm not sure that's a fair criticism. Many things require or benefit from something even more complex to make them (car -> factory, code -> IDE, text -> editor, food -> kitchen). I think the real debate here is that which is found in the other comments: do we want TUIs to look like GUIs?
jappgar 15 hours ago||
Why did they make a website?
worthless-trash 16 hours ago|
The corners of the boxes appear in the wrong place in the cell.

I don't think there is utf8 characters that allow for drawing on the outside of the cell, (happy to be wrong)

┌ (U+250C), ┐ (U+2510), └ (U+2514), ┘ (U+2518) <-- these 4 draw in the middle of the cell.

「 (U+FF62), ⌟, (U+231F), <-- these are two that cover part of the outside, but not the other corners.

「┐└」

Can anyone tells me how to get those 'corner of cell' characters, including uprights and horizontals ?

More comments...