Clipboard manager with popup interface for GNOME Shell (Wayland compatible)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Rejected |
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Please remove: - `watch.sh` - `dev.sh` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 3. Use `console.*` instead of `log()`. Logs should be only available on debug mode. For debug use `console.debug()` instead of `console.log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 4. Wrapping something in try and catch block just for the sake of logging error on catch means that is an unnecessary try and catch. For example, line 30 `clipboardManager.js`. Please remove all of the try and catch wrappers like that. 5. Please use aysnc for reading file content since you are in shell process (line 187, 216 `clipboardManager.js`): [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions