Clipo is a powerful clipboard syncing application that allows you to sync your clipboard between any number of devices seamlessly. With Clipo, you can copy and paste across devices effortlessly, ensuring you always have your important data at your fingertips.
- Sync Clipboard Across Devices: Sync your clipboard between multiple devices with ease.
- Simple Copy and Paste: Use
Ctrl+C
to copy andCtrl+L
to paste from the shared clipboard. - Secure and Encrypted: All clipboard contents are encrypted before storage, ensuring your data remains secure.
- One-Time ID Access: Access your shared clipboard using a one-time ID for enhanced security.
- Built with Tauri: Lightweight and efficient application built with Tauri.
- Node.js and MongoDB Backend: Robust backend using Node.js and MongoDB.
- Background Operation and System Tray support: Runs in the background, allowing clipboard syncing without interrupting your workflow.
-
Clone the repository:
git clone https://github.com/your-username/clipo.git cd clipo
-
Install dependencies:
npm install
-
Run:
npm run tauri dev
- Copy to Shared Clipboard: Press
Ctrl+C
to copy any content to the shared clipboard. - Paste from Shared Clipboard: Press
Ctrl+L
to paste the latest content from the shared clipboard. - Access with One-Time ID: Use the generated one-time ID to access your shared clipboard securely from any device.
We welcome contributions to improve Clipo! Here are some ways you can contribute:
- Report bugs and issues
- Submit feature requests
- Create pull requests to fix bugs or add new features