carbon-app / carbon

:black_heart: Create and share beautiful images of your source code
https://carbon.now.sh
MIT License
34.29k stars 1.9k forks source link

Auto-paste from Clipboard #1484

Open rakesh-purohit9 opened 11 months ago

rakesh-purohit9 commented 11 months ago

Problem: Often, users find themselves needing to copy and paste content from one application to this app. This process can be repetitive and time-consuming, especially when they need to perform multiple copy-paste actions in succession.

Solution: I would like to suggest the implementation of an "Auto-paste from Clipboard" feature. With this feature, when a user copies content to the clipboard, the system would automatically detects the copied content and pastes it into the text area without the user having to manually perform the paste action.

How it works:

  1. User copies content to the clipboard (e.g., by using the usual Ctrl+C or Command+C shortcut).
  2. The system detects the copied content and stores it temporarily.
  3. The content is pasted into the desired destination application without the need for them to perform the paste action manually.