raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.03k stars 2.76k forks source link

Richer `Clipboard` Features #12851

Open noidwasavailable opened 4 weeks ago

noidwasavailable commented 4 weeks ago

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

noidwasavailable commented 4 weeks 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)