Cloud Clipboard - Copy & Paste Text Anywhere!Cloud Clipboard is a lightweight tool that lets you copy code in one VS Code instance and paste it instantly in another, across different machines, OSs, or networks. No more emailing links to yourself or using messaging apps as temporary storage. ✨ FeaturesCode instance and paste it instantly in another—across different machines, OSs, or networks.
🛠️ Infrastructure & SetupTo keep this tool lightweight, private, free to use, and avoid overloading free-tier resources, it is recommended to provide your own API endpoint. Why a Custom Endpoint?
⚙️ Setup & API Configuration1. API SpecificationsThe client communicates via a RESTful interface. Each request requires a connection (your private ID) and a clipboard (a specific slot or namespace). 1.2 Data SchemaAll data exchanged (except for the /list endpoint) must be a JSON Array of Objects with the following structure:
2. VS Code Extension ConfigurationTo link your VS Code extension to your API Endpoint:
3. Error HandlingTo ensure Cloud Clipboard handles issues gracefully, your API should return the following status codes:
🤝 ContributingContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions are greatly appreciated. 📄 LicenseDistributed under the MIT License. |