Where apps hide your files
Two design tools, two opposite storage models. Sketch leaves .sketch files wherever you saved them; Figma keeps almost nothing on disk — until someone exports, and then nobody can find the export.
.sketch documents are normal files, saved wherever the save dialog pointed that day: project folders, Desktop, Downloads from colleagues. An inventory is one search away:
mdfind 'kMDItemFSName == "*.sketch"'
or a Finder Smart Folder on the extension. Sort by modified date to separate live work from archaeology. The heavyweight files — with large image fills — respond well to a size sort when a design drive fills up.
Figma documents live on Figma's servers. What ends up on your disk:
chose otherwise. This is the "where did that asset go" folder.
usually in Downloads too.
~/Library,regenerable, not your work.
If the design itself matters, the .fig backup is the only file that counts; the rest can be re-exported from the cloud document.
Assets shipped to developers get renamed, copied into repos, and duplicated. Six months later, finding the source of icon-final@2x.png means matching by name across every project folder — a one-line query in an indexed search tool, an afternoon otherwise. Naming exports after their component, not final, is the cheap prevention.
Not meaningfully. Documents live in Figma's cloud; only exports, manual .fig backups and caches touch the disk.
Search by the .sketch extension. For unplugged archive drives, only a tool that indexes offline volumes can answer without replugging each one.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for MacVersion 2.15.7 · macOS 13+ · 3.8 MB · notarised