Copy a file's path: Cmd+Option+C in Finder
Cmd+Option+C
Need the exact path to a file for the terminal, a script, or an email to IT? Finder can copy it with one shortcut — it's just well hidden.
502 tips · new ones added continuously
Every tip is one concrete thing you will do better or faster. Filter by what you use and who you are — or just search.
Cmd+Option+C
Need the exact path to a file for the terminal, a script, or an email to IT? Finder can copy it with one shortcut — it's just well hidden.
Your Mac's built-in camera is mediocre. Just set your iPhone near the monitor and the Mac offers it as a webcam — wirelessly, with nothing to install.
Your Mac sees your iPhone's hotspot right in the Wi-Fi menu, even when it's off on the phone. One click and you're online — no touching your phone.
Your Mac can receive and dial calls from your iPhone. The phone can stay on the charger in the hallway while you talk through your computer's headset.
Cmd+Shift+/
Not sure where an app hides a certain feature? This shortcut opens menu search, finds the command by name, and points an arrow at where it lives.
Finish an email you started on the tram, on your Mac, exactly where you left off. Handoff passes work in progress between your devices automatically.
Does an invoice belong in the project folder and in accounting? Tags solve the age-old dilemma of where to save a file — it can show up in more than one place at once.
Select photos, right-click, Create PDF — done. Finder's Quick Actions can even convert formats or remove a background without opening an editor.
You don't have to click your way through a Save dialog: drag a folder or file from Finder into it and the dialog jumps straight to that spot.
A laptop permanently docked at 100% is wrecking its battery. Almost every manufacturer has a hidden option that stops charging earlier — and multiplies the battery's lifespan.
A laptop sitting on the desk shoots your chin and the ceiling from below, and a window behind you turns you into a silhouette. Camera height and light direction fix more than a new webcam ever will.
One checkbox in your calendar shortens default meetings to 25 and 50 minutes. Between calls you get a breather you don't have today.
Don't arrange a meeting time over email. Google Calendar and Outlook lay attendees' calendars side by side, and you spot the open slot at a glance.
Google Calendar and Outlook can both show a second time axis next to your own. Plan a meeting across time zones by looking, not by doing math in your head.
A cable that falls behind the desk every time you unplug it is a daily micro-frustration. An office clip and a few reusable cable ties end it for good.
API response as one unreadable line of mush? jq formats it, colors it, and pulls out exactly the field you're looking for.
An urgent fix comes in and your code is half-finished? git stash tucks it away in a drawer, git stash pop brings it back. No half-baked commits.
Bad reset, deleted branch, a rebase gone wrong? git reflog shows the history of everywhere HEAD has been — and lost commits can be brought back.
Files from your system and editor don't belong in every project's .gitignore. Set up a global ignore file instead — it applies to every repository.
A forgotten file or a typo in the message doesn't need a new commit. --amend rewrites the last one, as if the mistake never happened.
One file has both a bug fix and an unrelated cleanup? git add -p walks through the changes chunk by chunk and asks what belongs in the commit.
Ctrl+click on sheet tabs groups them — and whatever you type into one gets written into all of them. Fix twelve monthly sheets in one move.
Switching back and forth between the sheet with source data and the sheet with results? View → New Window shows both at once.
Alt+;
Copying a table with hidden rows and they paste in too? Alt+; selects only the visible cells — the hidden ones stay home.
“You froze” usually doesn't mean slow internet — it means unstable Wi-Fi. An Ethernet cable is the single most reliable upgrade for calls.
Put the meeting window on the monitor with the camera, notes and materials on the other. You look people in the eye, never share anything private, and minutes write themselves.
An insurance claim or a warranty issue comes up once a year — which is exactly why you can never find the paperwork. One cloud folder shared with your partner fixes it for good.
In-depth guide · 19 min
A complete guide with prompts: Claude writes the lyrics, Suno writes the music — a family anthem, a lullaby, a tooth-brushing song, even a birthday tradition. And it works for free, too.
The most effective note-taking format doesn't need a template: fold a margin for questions and leave a line at the bottom for a summary. Your notes turn themselves into a practice test.
In-depth guide · 15 min
An explainer with prompts: what it means to let AI run in a loop, what's true in the hype, what's overblown, and how to safely try your first loop.