Skip to content

e2r2fx/cloudy.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudy

cloudy_logo

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.

Features

  • Easy uploading of images from clipboard to Cloudinary.
  • Automatic copying of the Cloudinary image URL back to clipboard after upload.

Usage

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

Requirements

  • Neovim (version 0.5 or later)
  • wl-clipboard or xclip depening on your system
  • curl for making HTTP requests

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your new features or fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages