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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dual-pane file manager for Mac, Windows and Linux

5 点作者 lemonspat超过 4 年前

3 条评论

PaulHoule超过 4 年前
Hate to say it but a &#x27;plugin system&#x27; for a gui application is a bad smell. Look at plugins for hyper -- people write a few and then quit. That&#x27;s the good outcome.<p>A more likely outcome is to be like Eclipse which more or less works out of the box to develop Java, occasionally gets a group of plugins put together by a vendor that works, but it will fail if you install enough of them.<p>The trouble is that current gui frameworks do not support encapsulation in that there is a single thread used to draw everything. If component A takes 10 sec to draw, component B has to wait.
newsbinator超过 4 年前
This feels good to use. Is there &quot;quicklook&quot;? When I press spacebar it selects the file.<p>----<p>Update: Michael got back to me via email and pointed out there&#x27;s a quicklook plugin.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mherrmann&#x2F;QuickLook" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mherrmann&#x2F;QuickLook</a>
评论 #25646896 未加载
throwawaybutwhy超过 4 年前
What&#x27;s the advantage over Midnight Commander?