Cloudy is a Neovim plugin that simplifies the process of uploading images from your clipboard to Cloudinary. With cloudy, you can directly upload to Cloudinary any image you've copied to and get a link to the uploaded image.
- Easy uploading of images from clipboard to Cloudinary.
- Automatic copying of the Cloudinary image URL back to clipboard after upload.
To use cloudy, ensure you have set your Cloudinary URL in the environment variable CLOUDINARY_URL
.
export CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME
In Neovim, simply use the command:
:CloudyPaste
- Neovim (version 0.5 or later)
- wl-clipboard or xclip depening on your system
- curl for making HTTP requests
Contributions are welcome! Please fork the repository and submit a pull request with your new features or fixes.
This project is licensed under the MIT License - see the LICENSE file for details.