Evercoder / clipboard-inspector

A browser tool to look at what's available in the clipboard for a "paste" event.
https://evercoder.github.io/clipboard-inspector/
MIT License
168 stars 21 forks source link

Support editing data and writing it back to the clipboard #11

Open lawvs opened 7 months ago

lawvs commented 7 months ago

I've been using clipboard-inspector and I find it is very useful and efficient.

I'd like to suggest a new feature - the ability to edit data and write it back to the clipboard. This would enhance the tool and make it even more useful for its users.

Thank you for providing this amazing tool.

kof commented 1 month ago

Would you accept a contribution for a "copy" button that puts the json into clipboard with json data type? right now its impossible to get it as json into clipboard because if you just copy it its gonna be text and tools that expect json type won't work

danburzo commented 1 month ago

@kof do you mean placing the content of the text/plain clipboard entry into the text/json entry? In which I case a more general mechanism that can handle more common MIME types may be in order...

The use cases outlined in this thread suggest to me a separate tool (Clipboard Editor) that makes it easy to create, edit, and move around individual entries.