Open noidwasavailable opened 5 months ago
Extensions like https://github.com/raycast/extensions/pull/12853 suffer from only having access to the last 6 clipboard items and not being able to delete specific entries from the history! (the extension has to maintain a separate list of items in the clipboard history which is fragile)
Description
Currently, only basic features are supported on the
Clipboard
API.Features such as longer Clipboard History or features available on the Clipboard History extension, such as deleting specific entries from the clipboard history is not available.
Having these features exposed through the API will benefit some extensions!
Who will benefit from this feature?
Extensions which read from/manipulate the clipboard history.
Anything else?
No response