You copied something on Tuesday. A tracking number, a paragraph from a contract, a command that finally worked. It is Friday and you need it.
The usual approach is to open history and scroll, reading half-lines, hoping recognition beats patience. That works when it was an hour ago. Three days and several hundred copies later, it does not.
Scrolling is the wrong tool. Here is the faster set.
1. Start with what you actually remember
People rarely remember the words. They remember one of four things:
- roughly what it was about ("something about the refund window")
- where it came from ("it was in Slack")
- when ("Tuesday, before lunch")
- what kind of thing it was ("it was a link", "it had a phone number in it")
Each of those is a filter, and combining two usually lands it.
2. Filter chips: app, type, date
Open the picker with ⌘⇧V and pick a filter. It drops a removable pill into the search bar, so you can see what is narrowing your results and take it off again with one click.
The useful ones:
-
app:the source application. If it was in Slack, this alone cuts the list enormously. -
type:clip type. Text, link, image, code, colour. - date:
after:a date, or a shorthand like7dfor the last week. -
has:content tests:has:link,has:email,has:phone,has:number,has:code.
"A phone number I copied from Safari last week" is app:Safari has:phone 7d, and that is usually three results, not three hundred.
3. Sharpen the words
When you do remember words, the syntax is worth ten seconds of learning:
| Syntax | Does |
|---|---|
"exact phrase" |
Matches that phrase and nothing else |
| `a \ | b` |
-word |
Excludes results containing the word |
The exclusion is the underrated one. Searching for invoice brings back every invoice you touched this quarter; invoice -draft -reminder brings back the ones you care about.
Search also tolerates typos, so a half-remembered spelling still finds the clip. And matches are highlighted in every result, which means you can see why something matched instead of opening it to find out.
4. When you remember the gist and nothing else
This is the common case, and plain text search is bad at it. You know you copied something about the cancellation policy. You do not know whether it said "cancel", "terminate", "end the agreement" or "wind down".
Searching by meaning handles that: it matches the idea rather than the exact words. It is the difference between finding the clip and giving up and asking a colleague to send it again.
It runs on your Mac, like everything else here.
5. The clips that hide inside images
A large share of "I copied it and lost it" is not text at all. It is a screenshot of an error, a receipt, a slide, a scanned page.
Text inside a copied image is read on your Mac and becomes searchable, so the error dialog you screenshotted on Tuesday comes back when you search for the words that were on it. That is the one that surprises people most, because they assume an image is a dead end.
6. Stop searching for the same thing every week
If you rebuild the same query on Mondays, save it. A saved search is a named query you open instead of typing: "this week's links from Slack", "code from Xcode", "anything with a phone number".
Alongside that, two habits keep history findable in the first place:
- Pin the handful of clips you will need all week, so they never scroll away.
- File screenshots under a collection with a rule, so images stop pushing your text off the first screen.
7. A thirty-second drill
Try this now, on your own history:
- Search for a word you know you copied last week. Note how long it takes.
- Add an app chip. Note the drop in results.
- Add
7d. Note it again. - Now do it as one line from the start:
app:Slack invoice -draft 7d.
The fourth attempt is the one to keep. Recall is a query, not a scroll.
The short version
Do not scroll. Type what you remember and narrow it: app, type and date chips for where and when, quotes and a minus sign for the words, meaning search for the gist, and remember that screenshot text is searchable too. Save the queries you repeat.
See how search works, or the full feature list.
Originally published at clipbuddyapp.com.
Top comments (0)