Clipboard history for GNOME Shell. Press Super+V to search everything you have copied, pin the entries you want to keep, and paste any of them straight into the window you are working in. Follows your theme and accent color; works on Wayland and X11.
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()`.
clipboard.js:157
file.load_contents(null)
historyManager.js:272
GLib.file_get_contents(this._historyPath)
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
clipboard.js:80
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 1.0.0 (1) | Unreviewed |