TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Gter – A terminal for GUI apps

185 pointsby raoofover 5 years ago

13 comments

com2kidover 5 years ago
Only slightly related;<p>My favorite 3d Modeling Program, Rhino3d, has a built in command line stemming from its Autocad heritage.<p>It is absolutely amazing, and has been for two decades now. Rhino3d is by far the best 3d modeling program I have ever used, and I&#x27;d say it is downright <i>fun</i> to use!<p>Auto-complete, discoverability, and the way it mixes keyboard and mouse input all come together to make this wonderful experience. A basic example, tell it to draw an ellipsoid, click the starting point, type the width in one dimension, and then click the mouse for the third point.<p>In comparison to Sketchup I am easily 5x-10x more productive in Rhino (not just because of the command line, lots of other reasons, Rhino3d really is awesome).<p>I wish more applications had built in command lines that mixed mouse and textual input so well together. IMHO the greatest contribution VS Code has made is bringing that sort of combined UI to the programming masses, and doing it really well.
评论 #22048968 未加载
Alohaover 5 years ago
Part of me wonders what a clean sheet redesign of a text terminal handling system would look like, would it still use inband signaling, or would you presume network and break it up into multiple sets of communications channels.
thetanilover 5 years ago
I don&#x27;t get it. What can you do here that you couldn&#x27;t otherwise? You already have a term and an xserver to make it work right?
评论 #22048301 未加载
fallatover 5 years ago
You don&#x27;t even need to make it vt100 compat. Just temporarily spawn the lightest vt100 compat terminal in the terminal.<p>Very cool.
评论 #22046537 未加载
评论 #22045337 未加载
Per_Bothnerover 5 years ago
With DomTerm (https::&#x2F;&#x2F;domterm.org) you can get similar functionality by embedding browser windows. In a running domterm window do:<p>domterm html &#x27;&lt;iframe src=&quot;<a href="https:&#x2F;&#x2F;example.com&quot;" rel="nofollow">https:&#x2F;&#x2F;example.com&quot;</a> width=&quot;100%&quot; height=&quot;400&quot;&gt;&#x27;<p>I think this is potentially more useful than embedding X applications since an application with an embedded http-server can conceptually do anything an X application can do but with a more portable (and remote-able) toolkit. (DomTerm itself is an application with an embedded http server.)
fiatjafover 5 years ago
This makes me think we might need a terminal for web apps.
评论 #22046426 未加载
评论 #22048671 未加载
qihqiover 5 years ago
This could be the start of a whole new world: <a href="https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;talks&#x2F;a-whole-new-world" rel="nofollow">https:&#x2F;&#x2F;www.destroyallsoftware.com&#x2F;talks&#x2F;a-whole-new-world</a>
Accujackover 5 years ago
Xnest II: Electric Boogaloo
akhilcacharyaover 5 years ago
This is extremely cool. Hope to see it gets further development.
proxybopover 5 years ago
This is really neat, you did an awesome job. I don&#x27;t know why everyone is being so negative about this.<p>Hearkens back to another time...
cryptonectorover 5 years ago
Can this run over ssh&#x2F;mosh?
评论 #22046517 未加载
评论 #22046704 未加载
techntokeover 5 years ago
Who still uses X11 when Wayland works great?
评论 #22047953 未加载
评论 #22047686 未加载
评论 #22046897 未加载
评论 #22047044 未加载
评论 #22047199 未加载
ConfusedDogover 5 years ago
Would be a much better Show HN if the demo picture works on the page...