Skip to content

Instantly share code, notes, and snippets.

@c3rb3ru5d3d53c
Created July 12, 2025 13:36
Show Gist options
  • Save c3rb3ru5d3d53c/850ce5cdd225787e5c73183d7bb7703c to your computer and use it in GitHub Desktop.
Save c3rb3ru5d3d53c/850ce5cdd225787e5c73183d7bb7703c to your computer and use it in GitHub Desktop.
Speech Note Shortcut
# In Speech Note Settings and Accessibility Enable
# "Use Global Keyboard Shortcuts"
# "Allow external applications to invoke actions"
# Install wl-copy and wl-paste as well
# Then add the following command to your desktop environment as a custom shortcut
bash -c 'wl-copy < /dev/stdin <<< "$(wl-paste --primary)"; flatpak run net.mkiol.SpeechNote --start-in-tray --action start-reading-text --text "$(wl-paste | tr "\n" " ")"'
# Now you can do your shortcut on selected text in any app, the text is copied, then read with speech note directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment