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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you clean out your downloads folder after each download?

6 点作者 ekglimmer将近 3 年前
What other file manager cleaning procedures or organizational schemes do you maintain?

18 条评论

brtkdotse将近 3 年前
I work under the assumption that anything in the downloads folder is up for deletion at any point in time. I periodically just delete everything in there without so much as a glance
laserbeam将近 3 年前
I used to have my desktop as a downloads and temporary files area. I had a cron job set up which moved all files unmodified in a couple days to a separate temp archive folder. I had another cron job which deleted all files older than 6 months from that archive folder. (By older, I mean comparing the last modified date).<p>The act of moving a file away from the desktop or that archive folder meant I wanted to keep it.<p>Bonus points: my desktop tended to be clean despite me creating lots of random temporary files on it.<p>At some point, while switching between OSes, I stopped porting that 2 scripts. I should probably write them again...
FastEatSlow将近 3 年前
My downloads folder is &#x2F;tmp. If it&#x27;s needed, I&#x27;ll move the file to an appropriate location in Documents.
评论 #31879811 未加载
nikolqy将近 3 年前
Absolutely not. Not entirely sure why though. I just checked it yesterday, and there’s stuff since my last reset about a year ago. Really, if you’re a disorganized weirdo like me lmao it helps you remember where some files are. The other day I was looking for some video transformation software I used months ago but couldn’t find it. I tried everything. Last resort? I checked my downloads from 5 months ago and found it. Video Proc. But don’t even get me started on my desktop or folders named desktop files because that’s another story.
Pyrodogg将近 3 年前
At work I have a PS script to move everything older than a few days in Downloads to an Archive folder where they sit for a few extra days &quot;in case&quot; and then to the recycle bin. It runs every time I log on to the machine.<p>At home, I really want to do the same, but already have too many things to catch-up on organizing. I do have a dummy file name &quot;!! Downloads is not permanent&quot; So it usually sorts to the top.
justsomehnguy将近 3 年前
If I know what I <i>would do</i> with the file (eg I downloaded Shortcut yesterday, intenting to use it) I usually move it (cut and paste, and I prefer portable apps) so they don&#x27;t clutter the D. folder.<p>But the other files... well, once in a while I just open the D. folder (every year or two?) and if I can&#x27;t find a place or a reason to store this file - Del, or for things like FirefoxPortable92.1.6.9.0.exe - Shift+Del
wruza将近 3 年前
I clean it up when it clogs and feels uncomfortable to browse (or just too big). I also have Downloads&#x2F;Persistent, where safe to lose but useful distros and downloads reside.<p>I wish programs and systems could just access small files through the browser as if it was a local folder, that would reduce the need for all that.
night-rider将近 3 年前
Most of the time it’s software in my &#x2F;downloads folder. Since software is always getting updated I delete the copy and I can reliably get the latest release when I need it. Software that I suspect will not be updated and not have an online download link in the near future is kept. I have a small library of abandonware you can’t even download anymore.
kleer001将近 3 年前
All of my downloads folders are huge unwieldy messes. I clean them out on the occasion that I want to feel conscientious. Otherwise I can&#x27;t be bothered.<p>Now, in decades past, when I had but one or two hundred megabytes to mess with, I would assiduously comb through nearly every folder by hand to keep the drive clean and neat. Now, with thousands of gigabytes I&#x27;m supremely lazy.
评论 #31870227 未加载
cafard将近 3 年前
Heavens, no.<p>My cleaning procedure is to ignore it, get frustrated, then wipe out a lot of stuff. I don&#x27;t advocate the procedure.
codegeek将近 3 年前
Funny but one time I was in a long flight without any TV&#x2F;Internet and decided to spend my time cleaning out the downloads folder. Took me about 3 hours. That almost 2 years ago and here I am with my downloads folder again with a few hundred files. Dang it.
rymawby将近 3 年前
I use Hazel to move the file to an archive folder after a month. The idea is if I haven’t deleted it by then I want to keep it but don’t have anywhere specific to store it. I clean out the archive less than I should.
zzo38computer将近 3 年前
I do not use the downloads folder. I download it where I want them to be.
lloydatkinson将近 3 年前
Windows has this built in and even when enabled I&#x27;ve never once seen it actually clean anything up. Source: got some files from 2020.
ggping将近 3 年前
I just have a cron job delete things that are older than three days. Putting it on tmpfs would be a bit too shortlived for me.
mikewarot将近 3 年前
Why would I ever do that? It&#x27;s all the stuff I need to reinstall if something goes wrong. It&#x27;s well backed up.
manx将近 3 年前
I&#x27;m syncing my downloads folder to different devices. Often I delete lots of stuff manually.
codevark将近 3 年前
I never use the downloads folder. I always download to where I want the thing to go.