Show HN: Term.everything – Run any GUI app in the terminal
111–120 of 154 posts
Re: Show HN: Term.everything – Run any GUI app in the terminal
#112Re: Show HN: Term.everything – Run any GUI app in the terminal
#113Re: Show HN: Term.everything – Run any GUI app in the terminal
#114I started working on this with the Kitty image protocol, but unfortunately that protocol is really unsuited to this sort of thing. Performance will be awful. The protocol is sort of: 1. I'd like you to display this PNG. Here's the data: ... 2. Ok I've got the data. 3. Ok now display it at this position. 4. Ok now remove it from the screen. We're talking motion-PNG here. Just think about how awful that is. I wish some…
Re: Show HN: Term.everything – Run any GUI app in the terminal
#115Re: Show HN: Term.everything – Run any GUI app in the terminal
#116insane ! but i still wonder for the use case ^^
Re: Show HN: Term.everything – Run any GUI app in the terminal
#117That's awesomely useless, it straddles the line between programming and art. I am sure it was a great and fun learning experience. Well done !
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:…
Re: Show HN: Term.everything – Run any GUI app in the terminal
#118Wow. I love this! I actually have a specific, esoteric use for this: VSCode on iPad Hopefully supports iPadOS one day.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#119Earlier 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
#120I started working on this with the Kitty image protocol, but unfortunately that protocol is really unsuited to this sort of thing. Performance will be awful. The protocol is sort of: 1. I'd like you to display this PNG. Here's the data: ... 2. Ok I've got the data. 3. Ok now display it at this position. 4. Ok now remove it from the screen. We're talking motion-PNG here. Just think about how awful that is. I wish some…
What you're describing is a graphical shell. If you want it over the network, we have a protocol for that, it's called X. Misusing a terminal for this is fundamentally pointless.
But I don't want that anyway. I want something graphical that's actually integrated into the terminal.