A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon. You need to install the Strata Daemon for this to work. See https://github.com/Edu4rdSHL/Strata#installing-the-daemon
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
ui/panel.js:539
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Rejected |
Approved but please remove try-catch wrappers for `send_signal()`. That doesn't throw.