
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
copycat-linux
Advanced tools
Advanced Linux clipboard utility that bypasses paste restrictions using virtual keyboard typing
Crafted with ❤️ by Pink Pixel
CopyCat is your all-in-one clipboard utility for Linux. It crushes copy-paste headaches in stubborn apps and web UIs. With built-in virtual typing, advanced clipboard tricks, and a clean GUI, CopyCat makes paste restrictions a thing of the past.
CopyCat is now available on PyPI! Install with a single command:
pip install copycat-linux
That's it! All commands (copycat, copycat-gui, copycat-tray) are now available system-wide.
sudo apt update
sudo apt install xclip xdotool python3-tk libnotify-bin
For development or to get the latest features:
git clone https://github.com/pinkpixel-dev/copycat.git
cd copycat
pip install -e .
Prefer interactive installation? Clone the repo and run:
./scripts/setup_copycat.sh
Choose pip, uv, or conda—the script builds a virtual environment, installs dependencies, and registers CopyCat.
# Core
copycat --get # Show clipboard
copycat --set "text" # Set clipboard
copycat --type # Type clipboard (bypasses restrictions)
copycat --type-delayed # Type after 3s delay
# Advanced
copycat --history # Clipboard history
copycat --templates # Templates list
copycat --gui # Launch GUI
Ctrl+Alt+VCopy text, API key, or config
Focus input field
Use one of these:
copycat --type-delayed then switch to the designated paste locationCtrl+Alt+TCustom templates live in ~/.config/copycat/templates/:
# API key
copycat --template api-key "sk-your-key-here"
# JSON schema
copycat --template json-schema '{"type": "object", "properties": {...}}'
Ctrl+Alt+V → Open GUICtrl+Alt+T → Type clipboardCtrl+Alt+H → Show historyCtrl+Shift+V → Enhanced paste (when supported)Edit ~/.config/copycat/config.conf:
[general]
typing_delay = 50
max_history = 100
auto_detect_types = true
[gui]
show_tray_icon = true
start_minimized = false
[shortcuts]
type_clipboard = Ctrl+Alt+T
show_history = Ctrl+Alt+H
open_gui = Ctrl+Alt+V
Paste still blocked?
copycat --type-delayedxdotool is installedGUI not showing?
tkinter: sudo apt install python3-tkShortcuts failing?
xbindkeys: sudo apt install xbindkeysWant to help?
Apache 2.0 – see LICENSE.
1.0.1 – Published to PyPI September 17, 2025 🎉
pip install copycat-linuxMade with 🩷 by Pink Pixel
FAQs
Advanced Linux clipboard utility that bypasses paste restrictions using virtual keyboard typing
We found that copycat-linux demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.