A modern clipboard manager built with Tauri, SolidJS, and TypeScript.
- 📋 Clipboard history management
- Text content support
- Image content with previews
- Rich text support
- 🔍 Powerful search functionality
- Full-text search
- Real-time search results
- Image preview support
- ⚡ Global hotkey support
- 🎯 System tray integration
- 🌙 Dark mode support
- 💾 Persistent storage
- Node.js 20 or higher
- pnpm
- Rust toolchain
- Clone the repository:
git clone https://github.com/taroj1205/tauri-clipboard-manager.git
cd tauri-clipboard-manager
- Install dependencies:
pnpm install
- Run the development build:
pnpm tauri dev
To create a production build:
pnpm tauri build
- Tauri - Desktop application framework
- SolidJS - UI framework
- TypeScript - Programming language
- TailwindCSS - Styling
- Vite - Build tool
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.