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.

What do you envision from the terminal of the future?

11 pointsby zadjiiabout 3 years ago

4 comments

zadjiiabout 3 years ago
The idea that I&#x27;ve been throwing around all weekend is one I actually first read about here on HN[1]. The idea of notebook-like terminal emulator. (Admittedly, speaking as someone who&#x27;s only ever had second-hand experience with notebooks).<p>Each command could have its own buffer. Commands could be interspersed with text, or more rich output than a terminal emulator is traditionally capable of. Think, you could share a notebook of commands and commentary for how you clone a project, install it&#x27;s dependencies, build it, and run the tests. Collapse the build buffer and just leave the test buffer open, waiting for the build to complete and the tests to run. Or maybe just being able to pipe one buffer to the next, so you could visibly see the output of `git branch`, then the output of piping that to `grep foo` as the next block, etc.<p>There&#x27;s value somewhere in this idea, even if it&#x27;s not directly related to the Windows Terminal. Terminal emulators have experimented with collapsible regions of the buffer for a while now. But maybe there are new ways of leveraging the CLI that we just haven&#x27;t quite wrapped our heads around yet (or no one&#x27;s had the time to ship)<p>[1]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26617656" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26617656</a>
andresgaitanabout 3 years ago
I just want copy paste to work 100%.
评论 #31086617 未加载
tengbretsonabout 3 years ago
Thinking about this always reminds me of this talk by Gary Bernhardt.<p><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>
评论 #31088719 未加载
nathiasabout 3 years ago
st