Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created July 5, 2025 00:29
Show Gist options
  • Save pojntfx/d19f551aa9a72acf62d0389b8b894289 to your computer and use it in GitHub Desktop.
Save pojntfx/d19f551aa9a72acf62d0389b8b894289 to your computer and use it in GitHub Desktop.
OCR Linux screen contents on GNOME OS (Wayland and Flatpak), then copy result to clipboard
#!/bin/bash
bash -c 'flatpak run com.github.dynobo.normcap --cli-mode | wl-copy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment