A modern, efficient clipboard manager built with Tauri and React. Keep track of your clipboard history, organize snippets, and boost your productivity.
- 📋 Multiple clipboard history
- 🔍 Quick search through clipboard items
- 🏷️ Organize items with tags
- ⌨️ Keyboard shortcuts for quick access
- 🌙 Dark/Light mode support
- 🔒 Secure local storage
- 🚀 Cross-platform support
- Node.js (v16 or higher)
- pnpm
- Rust (for Tauri development)
- Clone the repository:
git clone https://github.com/taroj1205/clipboard-manager.git
cd clipboard-manager- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Build for production:
pnpm build- Launch the application
- Copy any text to your clipboard
- Use the keyboard shortcut (default:
Alt+V) to open the clipboard manager - Select an item from your history to paste
See CONTRIBUTING.md for development guidelines and setup instructions.
We welcome contributions! Please read our Contributing Guide to get started.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please open an issue.