9시간 비행에 macOS 앱을 빌드하여 정크로 가득 찬 다운로드 폴더의 이름을 바꿨습니다.

작성자

카테고리:

← 피드로
DEV Community · manu · 2026-07-30 개발(SW)
Cover image for I built a macOS app on a 9 hour flight which renames your Downloads folder full of junk

manu

I built a macOS app on a 9½ hour flight after work because I was tired of files named “Screenshot 2026-07-18 at 5.02.14 PM.png”

My desktop had become a graveyard of “IMG_3461.png” and “Untitled document (17).txt.” I knew none of them. Opening each one just to rename it was a chore I was never actually going to do.

So I stopped renaming files by hand and built something that would.

Waypost reads what’s actually inside a file (text, scans, PDFs, images) and gives it a name that makes sense, sorts it into the right folder, and tags it. All using Apple Intelligence, running entirely on your Mac. No cloud, no upload. Your lease agreement, your tax docs, your half finished essay: none of it ever leaves your machine. Turn off WiFi and watch it keep working.

Trust was the harder problem than renaming ever was. So I built in the controls I’d actually want: a toggle for every file type, naming conventions, folder-specific configuration, and an ask before renaming mode that suggests a name and waits for your click before touching anything.

Swift for macOS. Next.js on Vercel for auth. Stripe for payments. $7, once, no subscription, because there’s no server to keep paying for.

Check it out: https://waypost.bymanu.me

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다