Windows 11 style Clipboard Manager with Emoji, Kaomoji, Symbols & Auto-Paste
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
src/core/clipboardManager.js:50
GLib.file_get_contents(filePath)
src/core/storage.js:29
GLib.file_get_contents(this._historyFile)
src/ui/emojiView.js:36
GLib.file_get_contents(jsonPath)
src/ui/kaomojiView.js:36
GLib.file_get_contents(jsonPath)
src/ui/symbolsView.js:36
GLib.file_get_contents(jsonPath)
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
src/core/clipboardManager.js:10
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Unreviewed |