Never lose what you copied! ClipStack remembers everything you copy so you can find it later.
The Problem: System clipboard only remembers ONE thing
- Copy something new = lose the old
- No search, no history
- Accidentally overwrite important data
- Can't go back to something you copied hours ago
The Solution: ClipStack remembers everything
- Unlimited clipboard history
- Search through past copies
- Pin important items
- Auto-categorizes content
- Persists across reboots
curl -sSL https://raw.githubusercontent.com/strabo231/clipstack/main/install.sh | bashRequirements:
xclip(Linux) orpbcopy/pbpaste(macOS)
# Ubuntu/Debian
sudo apt install xclip
# macOS (built-in)
# No installation needed# Start monitoring (run once)
clipstack watch &
# View history
clipstack
# Search for something
clipstack search "password"
# Copy item #5 back to clipboard
clipstack copy 5
# Pin important items
clipstack pin 3clipstack Show clipboard history
clipstack search <q> Search history
clipstack copy <n> Copy item to clipboard
clipstack pin <n> Pin item permanently
clipstack pinned Show pinned items
clipstack delete <n> Delete item
clipstack clear Clear all history
clipstack stats Usage statistics
clipstack watch Monitor clipboard (daemon)
📋 Unlimited history - Never lose a copy again
🔍 Full-text search - Find anything instantly
📌 Pin favorites - Keep important items forever
🏷️ Auto-categorize - URLs, code, text, emails, etc.
💾 Persistent - Survives reboots
⚡ Fast - Instant search and retrieval
📊 Statistics - See what you copy most
🎨 Beautiful output - Color-coded types
Start monitoring:
clipstack watch &This runs in background and captures everything you copy.
View history:
clipstackSearch history:
clipstack search "api"Copy old item:
clipstack copy 5
✓ Copied item 5 to clipboardNow you can paste it anywhere!
Pin important items:
clipstack pin 3
✓ Pinned item 3- Recover Lost Copy - Accidentally copied over something important
- Code Snippets - Keep useful snippets accessible
- Research & Writing - Track sources you've copied
- Multi-step workflows - Copy multiple things, paste later
- Bash 4.0+
xclip(Linux) orpbcopy/pbpaste(macOS)
MIT License
Sean - @strabo231
Never lose what you copied. Ever. 📋