Show HN: Term.everything – Run any GUI app in the terminal
121–130 of 154 posts
Re: Show HN: Term.everything – Run any GUI app in the terminal
#122Earlier quoted context omitted.
I know there are ssh clients for iPad. So it should work. I’m going to try it right now!
Behold! running on the iPad! Screen Recording - https://github.com/mmulet/term.everything/blob/main/resource... A video of it on the iPad - https://github.com/mmulet/term.everything/blob/main/resource... Absolutely no mouse support though, anyone know of an iPad ssh client with mouse support? (still working on getting vscode to run smoothly)
Re: Show HN: Term.everything – Run any GUI app in the terminal
#123Re: Show HN: Term.everything – Run any GUI app in the terminal
#124Earlier quoted context omitted.
Well, not 100% useless: I can see its use for applications running inside Docker containers. Yes, there are ways to have GUI applications rendered from the inside of a container, but maybe this is easier than getting the Dockerfile right. EDIT: nevermind, doing this with Docker seems much easier than I expected [0]. I'll try it tomorrow, I'm curious to see if the proposed solution works on Windows as well. [0] https:…
Windows had Wayland support before most distros! Rather surprising.
WSL had non-accelerated wayland support at one point in time.
Was it before "most distros"?
I don't understand what you think that amounts to.
Wayland support in Linux-land typically means that the software supports running in your wayland compositor.
Windows famously is not a wayland compositor, no matter how much you try to bend reality.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#125Re: Show HN: Term.everything – Run any GUI app in the terminal
#126Absolutely love the energy here. You really terminally outdid yourself here. Consider me officially shell-shocked.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#127one is required to ask about Gwerm, and why he is not moving... :-P
But really, in the last 24 hours term.everything has accumulated 1500 stars, 600 upvotes on HN, 185 upvotes on lobsters (the highest upvoted `show` tag of all time), but despite all of that, you, my friend, are the first to ask about Gwerm. That means you win the secret prize! A custom Gwerm T-shirt! I’ll send the details to the Gmail you have linked to your account.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#128This is interesting, but there was something that was even more impressive many years ago: a GTK theme that rendered all decoration and widgets using text chars and a GDK backend that rendered to text. Combine both and you could run any GTK app on a terminal with legible text and a beautiful TUI. http://zemljanka.sourceforge.net/cursed/screenshots/
Re: Show HN: Term.everything – Run any GUI app in the terminal
#129Also, I'm lost for words, this is plain awesome.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#130Someone needs to make bash_completion really trivial to write. It isn't: and even copy paste is hard. Clever people write apps that are bash_completion friendly. If first main arg is bash friendly mycli myfunc ... Myour whole cliapp becomes "discoverable" with one tab keystroke that you probably already typed hopefully anyway. Never need to advertise a new feature. Deprecate by removing from completion without breaki…