Review of "Recall — Clipboard History" version 1.0.0 (1)

Details Page Preview

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.

Extension Homepage
https://github.com/RaymonDev/gnome-recall

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

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()`.

File Operations

  • 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.

Review Guidelines

  • clipboard.js:80
    St.Clipboard.get_default()

All Versions

Version Status
1.0.0 (1) Unreviewed