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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Files UWP: An enthusiast’s take on what Windows File Explorer explorer should be

153 点作者 arthurz将近 6 年前

17 条评论

MH15将近 6 年前
This is an amazing design exercise, but the thing about Win10 that really pushes my buttons is the Control Panel&#x2F;Settings conundrum. Each version it seems another feature gets added into the real settings app but still needing to open an old-themed dialog to change <i>mouse settings</i> of all things seems odd. It&#x27;s not like mouse settings are an obscure feature. I&#x27;m not sure why a higher emphasis on cohesiveness isn&#x27;t noted.
评论 #20130645 未加载
评论 #20131362 未加载
评论 #20131073 未加载
评论 #20130638 未加载
评论 #20131007 未加载
评论 #20137548 未加载
userbinator将近 6 年前
It&#x27;s funny to see the gradient in the title bar, contrasting with the bland borderless-sea-of-whiteness of the rest of the UI.<p>&gt; FilesUwp.Package_0.5.0.0_x64.zip 54.4 MB<p>Nearly 55MB, <i>compressed</i>, for something that attempts to mimic some of the functionality of the regular explorer.exe, is quite frankly ridiculous. I don&#x27;t have a system to check right now, but I believe even latest Windows 10 has an explorer.exe &lt; 5MB (uncompressed), and it certainly seems to have a lot more functionality than this one. A peek at the code gives a hint as to why... the first file I look at is this<p><a href="https:&#x2F;&#x2F;github.com&#x2F;duke7553&#x2F;files-uwp&#x2F;blob&#x2F;master&#x2F;Files%20UWP&#x2F;Filesystem&#x2F;ItemViewModel.cs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;duke7553&#x2F;files-uwp&#x2F;blob&#x2F;master&#x2F;Files%20UW...</a><p>and the first thing I see is not exactly confidence-inspiring:<p><pre><code> if(tabInstance.AlwaysPresentCommands.isEnabled == true) { tabInstance.AlwaysPresentCommands.isEnabled = true; } else { tabInstance.AlwaysPresentCommands.isEnabled = false; } </code></pre> ...WTF.<p>It seems that everything &quot;UWP&quot; I come across follows the same trend: a lot of code, a lot of resource consumption, some flashy &quot;modern&quot; UI, yet very little in the way of actual functionality.
评论 #20132774 未加载
评论 #20130682 未加载
评论 #20131695 未加载
评论 #20133793 未加载
评论 #20130721 未加载
评论 #20132698 未加载
评论 #20130686 未加载
评论 #20131490 未加载
评论 #20131812 未加载
评论 #20132648 未加载
评论 #20131508 未加载
评论 #20131009 未加载
评论 #20132825 未加载
评论 #20132766 未加载
评论 #20132747 未加载
评论 #20135007 未加载
评论 #20132576 未加载
评论 #20131213 未加载
评论 #20132784 未加载
评论 #20131482 未加载
评论 #20133148 未加载
EpicBlackCrayon将近 6 年前
Interesting note, the author of this project is still in high school.
评论 #20130696 未加载
评论 #20131501 未加载
评论 #20131509 未加载
DiabloD3将近 6 年前
The only thing I&#x27;ve ever wanted from Explorer is... being able to see how big a directory is in the file size column.
评论 #20130656 未加载
评论 #20140267 未加载
jchw将近 6 年前
I thought for a moment Microsoft had uploaded some new Windows Explorer source code and got excited... I guess that tells you how different an era we live in. It wouldn’t be a huge leap.<p>The screenshots look nice, though. I can’t say I am really a huge fan of UWP UIs on desktop... but this looks alright.
评论 #20130670 未加载
Kirth将近 6 年前
The ability to explore isn&#x27;t just Explorer&#x27;s namesake but what makes is a good tool. Orienting yourself in Explorer is largely done through the tree on the side... which is missing in this rewrite?<p>What an affront to computing modern UI design is.
kijin将近 6 年前
The low-contrast sidebar and flat colors sure look like they belong in Windows 10. But what about the features? The README doesn&#x27;t mention any features. If anything, a flat-looking screenshot these days makes me instantly suspect that the product might be lacking in features.
评论 #20130595 未加载
kristiandupont将近 6 年前
Explorer&#x2F;Finder&#x2F;File Manager is one type of app I wish someone would make a nice Electron version of. It&#x27;s more or less the last piece of platform-specific software I use.<p>I currently switch back and forth from MacOS and Windows and I dislike what both have to offer. I used to be ok with Explorer but somewhere around Windows 8 they &quot;improved&quot; it in several ways that made it alien to me. I <i>hate</i> Finder, the fact that there is no simple way to copy the current path is just completely beyond me, and the fact that enter means rename will never make sense to me either.<p>I know that there are a number of cross-platform &quot;commander&quot; apps that I could use but though I was addicted to the original (Norton Commander), I don&#x27;t much care for that paradigm anymore. Does anyone know of other good alternatives?
评论 #20131552 未加载
评论 #20131214 未加载
评论 #20131196 未加载
评论 #20137031 未加载
IceDane将近 6 年前
This seems to extremely similar to the normal explorer except for some style changes. How is this an improvement? This seems pretty pointlessly.
jimnotgym将近 6 年前
Nice hobby project, but Windows Explorer is fine.<p>This is unlikely to end up on my image server.
alkonaut将近 6 年前
Does it do away with the flaws of explorer or is it just a new UI?<p>For example: if I delete a huge local folder it <i>cannot</i> take longer than rd &#x2F;q &#x2F;s. Currently explorer will just grind to a halt if you remove more than 100k files - and you don’t even need node to end up in that situation.
bufferoverflow将近 6 年前
After decades of OS development, I still prefer to use FAR Manager (similar to Norton Commander &#x2F; Total Commander &#x2F; Midnight Commander).<p>There&#x27;s nothing better and faster than a two-panel system with a super-fast built-in editor &#x2F; viewer.
bloopernova将近 6 年前
I just wish Windows 10 explorer had a columns mode like OS X&#x27;s Finder. There are a few replacements, but none of them work quite right in my experience.
whywhywhywhy将近 6 年前
Really hoping, but also expecting MS is doing this too internally right now, it&#x27;s the only pain point left for me on Windows.<p>Great to see how this sort of thing could feel.
kaetemi将近 6 年前
Ugh, no. So much whitespace.
finchisko将近 6 年前
I like it.
bruhmoment将近 6 年前
Why do Windoze users have a fetish for Universal&#x2F;Modern UI? Wastes half the damn screen with enormously oversized buttons and elements. A computer is a device you use a mouse and keyboard with, don&#x27;t try WI dows 8(.x)-style bullshit lol if you REALLY want those batshit insanely huge buttons for your tablet or something , just have separate touch-friendly version (like Office 2013 had a touch&#x2F;kbd+m switchable version)