Voice typing extension that records microphone audio, uploads it to a configured speech-to-text API, and inserts the transcription. Uses the clipboard as a paste fallback.
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:379
St.Clipboard.get_default()
extension.js:679
St.Clipboard.get_default()
You can crash GNOME Shell process like that. Check before calling `init()`: https://gjs-docs.gnome.org/gst10~1.0/gst.is_initialized
Thanks for calling that out. I have added the Gst.is_initialized guard in the latest version.