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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use terminal based GUI applications?

1 点作者 ceronman超过 6 年前
I&#x27;m not referring to the typical CLI application that you call from the command prompt with some arguments and wait for the output. I&#x27;m referring to the kind of applications that draw an ascii-like user interface in the terminal. Examples include: vim, top, midnight commander or NetHack.<p>Is there any of these apps that you use frequently? Is there any particular thing that you like about these interfaces?

2 条评论

cimmanom超过 6 年前
The only ones I use you might think of as command line tools. top. Apache’s monitoring tools via Lynx. Etc.<p>What I like about them is that they’re information-dense and extremely performant; and a bit more discoverable than a CLI. What I dislike about them is that they tend to be poor at surfacing or highlighting <i>important</i> information or providing context. And they’re far less discoverable than a modern GUI.
gunnarde超过 6 年前
tmux + vim also screen from time to time