Panel indicator for local whisper.cpp dictation. Shows a live input level while recording so you can see it hearing you, an elapsed timer, transcription progress and the last transcript. Clicking a transcript or a recent entry copies it to the clipboard. Start, stop, cancel and re-transcribe from the menu or from keyboard shortcuts.
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()`.
extension.js:41
GLib.file_get_contents(path)
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:187
St.Clipboard.get_default()