Show HN: Term.everything – Run any GUI app in the terminal
11–20 of 154 posts
Re: Show HN: Term.everything – Run any GUI app in the terminal
#12Can it run Doom?
Re: Show HN: Term.everything – Run any GUI app in the terminal
#13Nicely done!
Re: Show HN: Term.everything – Run any GUI app in the terminal
#14https://github.com/fathyb/carbonyl
P.S. This is very cool btw.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#15This is so cool, thanks for sharing! Having this on a Mac would be great but I understand that this might be a huge undertaking :)
I definitely want to make a macOS version, but I haven’t even looked into it yet. So, I don’t know the level of hacking required. It definitely doesn’t sound like anything Apple would have an api for, so it would probably be a vnc or accessibility api trick.
Re: Show HN: Term.everything – Run any GUI app in the terminal
#16Re: Show HN: Term.everything – Run any GUI app in the terminal
#17Re: Show HN: Term.everything – Run any GUI app in the terminal
#18Thanks for sharing!
Re: Show HN: Term.everything – Run any GUI app in the terminal
#19[flagged]
Re: Show HN: Term.everything – Run any GUI app in the terminal
#20Earlier quoted context omitted.
I definitely want to make a macOS version, but I haven’t even looked into it yet. So, I don’t know the level of hacking required. It definitely doesn’t sound like anything Apple would have an api for, so it would probably be a vnc or accessibility api trick.
I think there is an API (that was added with sidecar) to create a virtual display. So at best you could retrieve the framebuffer and then display that. I don't think there is an easy exposed way to get per-window information, aside from doing a screencapture (which likely would not work if you also wanted to hide the window).