# Smart Clipboard ✨
**Your clipboard has a memory now.**
Everything you copy is saved, searchable, and one shortcut away.
No accounts. No internet. Everything stays on your device.
[](https://github.com/ezeiq7/smart-clipboard/releases/latest)
[](https://github.com/ezeiq7/smart-clipboard/releases/latest)
[](LICENSE)
### App Overview

### Core Features

### Smart Paste

Smart Clipboard is a free Windows clipboard manager that silently
saves everything you copy and lets you access it instantly —
without ever switching apps.
Built because every existing clipboard manager was either too
complex, too ugly, or charged too much.
Ctrl+Shift+V anywhere for an instant floating search palette with fuzzy search. No app switching needed.{placeholders} that fill in on demand. Perfect for repetitive emails and messages.No installer needed — just download and run.
Smart Clipboard.exe| Shortcut | Action |
|---|---|
Ctrl + C |
Saves clips automatically |
Ctrl + Alt + C |
Copies and pins selected text |
Ctrl + Shift + V |
Opens quick-paste launcher |
Ctrl + Shift + E |
Toggles clipboard capture on/off |
Ctrl + Shift + X |
Toggles private/incognito mode |
Double-tap Ctrl |
Opens Smart Clipboard |
S |
Focus search bar |
↑ / ↓ |
Navigate clip list |
Ctrl + ↑ / ↓ |
Extend/shrink multi-selection |
C |
Copy selected clip |
P |
Pin / unpin selected clip |
E |
Edit selected clip |
T |
Tag selected clip |
F |
Merge selected clips |
M |
Mark as template |
Delete |
Delete selected clip |
Enter |
Copy and close window |
Escape |
Hide to tray |
| Shortcut | Action |
|---|---|
↑ / ↓ |
Navigate clips |
Enter |
Open Smart Paste bar |
← / → |
Navigate Smart Paste options |
Enter (in bar) |
Paste with selected format |
Esc (in bar) |
Close Smart Paste bar |
| Click | Paste plain instantly |
Esc |
Dismiss launcher |
#tag |
Filter clips by tag |
| any text | Fuzzy search clips |
| Format | What it does |
|---|---|
| Plain | Paste exactly as copied |
| Clean | Fix smart quotes, dashes, collapse spaces |
| No Breaks | Remove all line breaks into one line |
| Bullets | Convert each line into a bullet point |
| UPPER | Convert to UPPERCASE |
| lower | Convert to lowercase |
Smart Clipboard is built with privacy as a core feature — not an afterthought.
| Feature | Detail |
|---|---|
| Storage | All data stored locally in data/clips.json |
| Network | Zero internet connection required or used |
| Telemetry | None — ever |
| Sensitive filter | Passwords and card numbers auto-blocked |
| Private mode | Clips never touch disk |
| Excluded apps | Configure any app to be ignored |
Open settings via the ⚙ gear icon in the toolbar:
.json or .txtWill this slow down my PC?
No. Smart Clipboard runs as a lightweight background process
and uses minimal CPU and memory.
Is my clipboard data sent anywhere?
Never. Everything is stored locally in a JSON file on your
own computer.
Can I use this at work?
Yes. Enable Private mode or turn off capture entirely when
working with sensitive documents.
My antivirus flagged it — is it safe?
Yes. PyInstaller executables are sometimes flagged by
antivirus tools. You can verify Smart Clipboard is safe
by reviewing the full source code in this repository.
How do I uninstall?
Delete the exe and the folder. To remove from Windows startup,
open Settings → disable auto-start, then delete the folder.
What is Smart Paste?
Smart Paste is a feature in the quick-paste launcher that lets
you transform text before pasting. Press Enter on any clip to
open the Smart Paste bar, then choose your format with arrow keys.
S to jump to the search bar from the clip listcode tag? in the launcher for a full shortcut reference# Clone the repository
git clone https://github.com/ezeiq7/Smart-Clipboard.git
# Install dependencies
pip install -r requirements.txt
# Run the app
python main.py
Found a bug? Have a feature request?
Open an issue
and describe what happened. Include your Windows version and
what you were doing when the issue occurred.
Copyright © 2026 Smart Clipboard