I find the search [2] also helpful.
TUI Studio – visual terminal UI design tool
131–140 of 304 posts
Re: TUI Studio – visual terminal UI design tool
#132If you're going to put a video demo on your main webpage, can it have play/pause and a control bar? So I can actually skip to a part I want to look at. Here's the actual video: https://tui.studio/screenshots/video.mp4 . Also, how does this handle terminal resizing? Are there options to anchor elements to the left/right etc, or will narrowing the terminal window just make everything fall off the side, or worse, all th…
You can right click on it and choose "Show controls", at least in Firefox.
Re: TUI Studio – visual terminal UI design tool
#133Re: TUI Studio – visual terminal UI design tool
#134Earlier quoted context omitted.
The UIs are text only, so they are textual. Modern TUIs may support mouse events. That this tool can export to several TUI frameworks is evidence that these UIs are indeed TUIs, even if not the most traditional.
“Modern TUIs may support mouse events” hah! They already did in the 80s…
Re: TUI Studio – visual terminal UI design tool
#135Re: TUI Studio – visual terminal UI design tool
#136Re: TUI Studio – visual terminal UI design tool
#137Earlier quoted context omitted.
You can tunnel a port over SSH and get a web UI locally, though it's not commonly done. I feel like more people would actually do this if tunneling a port was just ever so slightly easier (like, you're already SSH'd into a box, then you run a command, then you somehow automatically get a tunnel for that command's UI port plus a local browser window open to the page)
I do this a lot but I'd still prefer TUI where possible. With too much visual content it isn't of course, but for many cases a TUI is much more responsive and much lower resource.
Re: TUI Studio – visual terminal UI design tool
#138I wonder if one of the LLMs could generate code from a screenshot of a layout designed by this.
Re: TUI Studio – visual terminal UI design tool
#139Earlier quoted context omitted.
You can right click on it and choose "Show controls", at least in Firefox.
Oh, that's odd, it didn't show up on chrome when I first tried it, but it does now. I was wondering how they'd managed to hide the video context menu
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
> controls
> If this attribute is present, the browser will offer controls to allow the user to control video playback, including volume, seeking, and pause/resume playback.
Edit: I misunderstood, you are asking
> how they'd managed to hide the video context menu
Not sure, but it works in FF for me
Re: TUI Studio – visual terminal UI design tool
#140Earlier quoted context omitted.
Like what? X forwarding has pretty much always been the thing most likely to work for me and I haven't been able to find any equivalent.
The big obvious one is web-based tooling. Your information & settings are stored on a server and you use a web browser to view it via whatever device you're on. For more locally based workflows, we have networked filesystem protocols, automatic syncing between systems, that kind of thing. It's not a 1-1 equivalent of running a remote program and viewing it locally obviously, but it gets the same job done, in a much m…