ClipDrop - Your Clipboard, Instantly Saved ✨

Stop the copy-paste-save dance. One command turns your clipboard into any file.
pip install clipdrop
🚀 Get Started in 30 Seconds
1. Copy anything - text, code, images, audio
2. Save it - clipdrop myfile
3. That's it! ClipDrop detects the format and saves it perfectly.
clipdrop script.py
clipdrop design.png
clipdrop journal.md -a
💡 Why ClipDrop?
The Problem: Saving clipboard content on macOS is tedious:
Copy → Open app → Paste → Navigate → Name → Choose format → Save 😫
The Solution: Just clipdrop filename and you're done! 🎉
Perfect for:
- 👨💻 Developers - Save code snippets and API responses instantly
- 📊 PMs - Capture screenshots and meeting notes in one command
- ✍️ Writers - Build documents by appending content throughout the day
- 🎓 Students - Organize research without switching apps
🎯 Top 5 Killer Features
1. 🧠 Smart Format Detection
ClipDrop knows what you copied and saves it correctly:
clipdrop data
clipdrop readme
clipdrop screenshot
2. 📝 Append Mode - Build Documents Over Time
Never lose a thought. Keep adding to files:
clipdrop journal.md -a
clipdrop journal.md -a
clipdrop journal.md -a
3. 🎵 Audio Transcription (macOS 26.0+)
Turn recordings into text using Apple Intelligence:
clipdrop
clipdrop meeting.txt
4. 🤖 On-Device Summaries (macOS 26.0+)
Get an executive-ready recap before the raw transcript:
clipdrop research-notes.md --summarize
clipdrop -yt briefing.md --summarize
clipdrop --audio meeting.txt --summarize
Summaries include:
- Overall headline sentence
- Sections for Key Takeaways, Action Items, and Questions
- Handles transcripts of any length - automatically uses hierarchical processing for long content
- Local fallback when Apple Intelligence is busy, so you always get something useful
5. 🎥 YouTube Transcripts
Research videos efficiently:
clipdrop -yt
clipdrop -yt lecture.md --lang es
clipdrop -yt notes.md --summarize
6. 🔒 Secret Scanner
Never accidentally save credentials:
clipdrop config.env -s
clipdrop api-keys.txt --scan-mode redact
📖 Common Workflows
Daily Journaling
echo "Morning thoughts..." | pbcopy
clipdrop journal.md -a
clipdrop journal.md -a
clipdrop journal.md -a -p
Code Snippet Collection
clipdrop snippets.py -a
clipdrop snippets.py -a -p
clipdrop snippets.py -f
Research & Notes
clipdrop article.pdf
clipdrop -yt lecture.md
clipdrop -yt lecture.md --summarize
clipdrop research.md -a
clipdrop research.md --summarize
Screenshot Management
clipdrop screenshot.png
clipdrop mockup.png -p
clipdrop design.png --image-only
🛠️ Installation
Quick Install
pip install clipdrop
With YouTube Support
pip install clipdrop[youtube]
Other Methods
uv add clipdrop
pipx install clipdrop
git clone https://github.com/prateekjain24/clipdrop.git
cd clipdrop && pip install -e .
⚡ Command Reference
Core Commands
clipdrop <filename>
clipdrop -a <filename>
clipdrop -p <filename>
clipdrop -f <filename>
Input Sources
clipdrop -yt
clipdrop --audio
Filters & Options
clipdrop --text-only
clipdrop --image-only
clipdrop -s
clipdrop --lang es
📚 Full Command Documentation →
🎯 Pro Tips
-
Shell Aliases - Add to your .zshrc:
alias cda='clipdrop -a'
alias cdp='clipdrop -p'
-
Auto-transcribe - Copy audio → clipdrop → instant transcript
-
Mixed content - Copy text + image → clipdrop doc.pdf → perfect PDF
-
Safe secrets - Always use -s for sensitive content
🤝 Contributing
We love contributions! Check out CONTRIBUTING.md for guidelines.
📄 License
MIT © Prateek Jain
🔗 Links
Stop copying and pasting. Start ClipDropping.
Made with ❤️ for the clipboard warriors