-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Nick edited this page Dec 8, 2025
·
1 revision
macOS doesn't provide them. There's no NSNotification for clipboard changes. Polling NSPasteboard.changeCount is the only reliable method — same approach used by all established clipboard managers.
Every 300ms with debouncing. This uses negligible CPU (<0.5% idle).
~/Library/Application Support/ClipStash/clipstash.db
Images are stored in the images/ subfolder.
No. There is no cloud sync, no accounts, no network access whatsoever.
- Go to Settings → Privacy → Ignored Apps
- Click "Choose app from Finder"
- Select the application to ignore
Double-click the item. It opens in a separate, resizable window where you can:
- Select and copy portions of text
- View images at full size
- Open Settings → Export
- Choose scope (Last 100, Pinned Only, etc.)
- Click "Export Now"
- Upload the generated
.mdfiles to NotebookLM
Oldest non-pinned items are automatically removed when you exceed the history limit.
- Check if the source app is in the Ignore List
- Check if "Ignore concealed" or "Ignore transient" is blocking it
- Make sure the app is running (menu bar icon visible)
The app must be in /Applications folder. macOS restricts Login Items to apps in standard locations.
rm -rf /Applications/ClipStash.app
rm -rf ~/Library/Application\ Support/ClipStash