Use AI on selected text. Reads and sends clipboard data to your chosen provider only when you trigger an action. Supports local Ollama and cloud providers.
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.
extension.js:19
St.Clipboard.get_default()
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:25
this._icon = new St.Icon({
icon_name: 'tools-check-spelling-symbolic',
style_class: 'system-status-icon',
})
| Version | Status |
|---|---|
| 4 | Unreviewed |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Where is the git URL? Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
The repo is available at [https://github.com/ubaimutl/PromptPaste](https://github.com/ubaimutl/PromptPaste) I used AI assistance while building the initial implementation because this is my first GNOME extension. I reviewed, tested, and iterated on the code myself, and I can explain and maintain it.