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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Terminal filesystem navigator

11 点作者 willm6 个月前
Hi HN.<p>This project is an experiment in terminal user interfaces.<p>It is a filesystem navigator, which could become a useful tool in its own right, or a widget that could be integrated in to a larger tool.<p>I wanted something that felt at home in a terminal session. So it had to use standard terminal themes. I also wanted it to be keyboard friendly and snappy - so no fancy visual effects.<p>I&#x27;m going to park this project for now. But I will revisit it at some point down the line when I have more idea what it should become.<p>I did have an idea that I could build a <i>visual cd</i> of sorts, which could be integrated in to a command line. So you could do something like:<p>cp foo.py `vcd`<p>Which would bring up the navigator to select a directory to be used as the destination for the copy. But I&#x27;m open to suggestions what could be built on top of this.

1 comment

moasda6 个月前
Well done!<p>Reminds me of broot (<a href="https:&#x2F;&#x2F;dystroy.org&#x2F;broot&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dystroy.org&#x2F;broot&#x2F;</a>).