Jeff Su is one of my go-to productivity YouTubers, so I was curious how he wrangles files. In this May 2023 video he shares a very opinionated Google Drive setup built for work documents rather than photos. The whole pitch is balancing tidy structure with fast search—no rabbit holes into theory.
If you live in Drive and mostly handle decks, spreadsheets, and meeting notes, his rules feel dead-simple. Photographers (or anyone who needs heavy metadata) will need extra layers.
Tools mentioned
- Google Drive – the only storage platform he demos
- Raycast / Alfred / Everything / Listary / Wox – launchers that surface files (Raycast can read file metadata; I’ll test that myself)
Steps to follow
Folder hierarchy
- Max 5 levels deep; the 6th level must be files.
- Each level can hold up to 99 folders, always named with two-digit brackets like
[01]
,[23]
,[99]
(which is always the archive).
Top-level layout (his example)
[01] Personal
[02] Work
[03] Reference Docs
[04] QuickShare
(temporary copies to send out)[05] Backups
[99] Archive
File naming
- Use a leading date with no dashes or spaces:
yyyymmdd_ProjectKeyword.ext
(20250505_InboxZeroTraining.pptx
). - For non-dated stuff, rely on plain alphabetical names but stay consistent.
- Use a leading date with no dashes or spaces:
Five file-management tips he swears by
- “Organize files where you’ll use them, not where you found them.” - David Allen
- Leverage native search operators (e.g.,
type:presentation
in Drive). - Attach keywords in the file’s description/comments field for faster lookup.
- Star only the handful of files you truly open every day (max 5).
- Know when to create a shortcut instead of copying shared files.
Advice (extras worth noting)
Keep
[99] Archive
handy—throw anything inactive in there so it’s off your radar but still searchable.Over-optimising wastes time; pick a system and stick with it.
Raycast (Mac) can surface files by those description keywords—adding them might be worth the effort.
User comment to remember:
Using brackets
[ ]
in folder names breaks tab-completion in Windows PowerShell unless you add-LiteralPath
. — @GoodKid
Take a look at the full 11-minute video for demos and keyboard-shortcut tours: https://www.youtube.com/watch?v=MM-MPS57qKA.