Save clipboard content (text and images) to files with smart format detection
Project description
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.
# Just copied some code? Save it:
clipdrop script.py
# Screenshot in clipboard? Save it:
clipdrop design.png
# Building a journal? Append to it:
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 # JSON detected → data.json
clipdrop readme # Markdown → readme.md
clipdrop screenshot # Image → screenshot.png
2. 📝 Append Mode - Build Documents Over Time
Never lose a thought. Keep adding to files:
clipdrop journal.md -a # Morning thoughts
clipdrop journal.md -a # Afternoon notes
clipdrop journal.md -a # Evening reflection
3. 🎵 Audio Transcription (macOS 26.0+)
Turn recordings into text using Apple Intelligence:
# Copy an audio file, then:
clipdrop # → transcript_20240323_143022.srt
clipdrop meeting.txt # → meeting notes as plain text
4. 🎥 YouTube Transcripts
Research videos efficiently:
# Copy YouTube URL, then:
clipdrop -yt # Download transcript
clipdrop -yt lecture.md --lang es # Spanish transcript
5. 🔒 Secret Scanner
Never accidentally save credentials:
clipdrop config.env -s # Scan before saving
clipdrop api-keys.txt --scan-mode redact # Auto-redact secrets
📖 Common Workflows
Daily Journaling
# Start your day
echo "Morning thoughts..." | pbcopy
clipdrop journal.md -a
# Add throughout the day
clipdrop journal.md -a
# Review before saving
clipdrop journal.md -a -p
Code Snippet Collection
# Save useful code snippets
clipdrop snippets.py -a
# Preview before adding
clipdrop snippets.py -a -p
# Force overwrite when needed
clipdrop snippets.py -f
Research & Notes
# Save web content as PDF
clipdrop article.pdf
# Download YouTube lectures
clipdrop -yt lecture.md
# Build research document
clipdrop research.md -a
Screenshot Management
# Quick save
clipdrop screenshot.png
# Preview dimensions first
clipdrop mockup.png -p
# Save only the image (ignore text)
clipdrop design.png --image-only
🛠️ Installation
Quick Install
pip install clipdrop
With YouTube Support
pip install clipdrop[youtube]
Other Methods
# Using uv (fast)
uv add clipdrop
# Using pipx (isolated)
pipx install clipdrop
# From source
git clone https://github.com/prateekjain24/clipdrop.git
cd clipdrop && pip install -e .
⚡ Command Reference
Core Commands
clipdrop <filename> # Save clipboard to file
clipdrop -a <filename> # Append to existing file
clipdrop -p <filename> # Preview before saving
clipdrop -f <filename> # Force overwrite
Input Sources
clipdrop -yt # YouTube transcript mode
clipdrop --audio # Force audio transcription
Filters & Options
clipdrop --text-only # Ignore images
clipdrop --image-only # Ignore text
clipdrop -s # Scan for secrets
clipdrop --lang es # Set language
📚 Full Command Documentation →
🎯 Pro Tips
-
Shell Aliases - Add to your
.zshrc:alias cda='clipdrop -a' # Quick append alias cdp='clipdrop -p' # Preview first
-
Auto-transcribe - Copy audio →
clipdrop→ instant transcript -
Mixed content - Copy text + image →
clipdrop doc.pdf→ perfect PDF -
Safe secrets - Always use
-sfor 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clipdrop-1.5.3.tar.gz.
File metadata
- Download URL: clipdrop-1.5.3.tar.gz
- Upload date:
- Size: 178.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cc8f1b66f11110d71bd55ed1844c9f02191a19ce9889e7e21f72409c995cc0b
|
|
| MD5 |
33a8b7388e7a516eb589044cc665a8a2
|
|
| BLAKE2b-256 |
8dfdf4cde841684b176bb57e1cbee7af78ec1fc19909d52c81e97ed5dfb368b6
|
File details
Details for the file clipdrop-1.5.3-py3-none-any.whl.
File metadata
- Download URL: clipdrop-1.5.3-py3-none-any.whl
- Upload date:
- Size: 111.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26030b57c5c55b03f2eb6295dba65a99f9d604a3783416e49f87c64f36089098
|
|
| MD5 |
4fb56a8db9347ad285a70a030fb1154c
|
|
| BLAKE2b-256 |
6dbccc07972626601e1830c622c8656ebbfea7b731b2f656388365f9f1b28a0d
|