TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What do you envision from the terminal of the future?

11 点作者 zadjii大约 3 年前

4 条评论

zadjii大约 3 年前
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>
andresgaitan大约 3 年前
I just want copy paste to work 100%.
评论 #31086617 未加载
tengbretson大约 3 年前
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 未加载
nathias大约 3 年前
st