Productivity Tools¶
ShotX includes several standalone tools accessible from the tray menu, Main Window, or CLI.
OCR (Text Extraction)¶
Select a screen region and extract text using Tesseract OCR.
Flow: Select region → Tesseract processes → extracted text copied to clipboard → notification shown.
Requires tesseract-ocr
Install: sudo apt install tesseract-ocr
Color Picker¶
A magnifier overlay that lets you pick the exact hex color of any pixel on screen.
Flow: Magnifier follows cursor → click to pick → hex color (e.g. #FF5733) copied to clipboard.
Screen Ruler¶
Measure pixel distances and boundaries on screen.
Flow: Full-screen overlay → drag to measure → displays distance in pixels.
QR Code¶
Scan from Screen¶
Select a screen region containing a QR code to decode it.
Scan from Clipboard¶
Decode a QR code from the current clipboard image.
Generate from Clipboard¶
Generate a QR code image from clipboard text.
Requires libzbar0
QR scanning requires zbar. Install: sudo apt install libzbar0
Pin to Screen¶
Pins an image as a floating, always-on-top window. There are two ways to invoke it:
From Tray / CLI / Hotkey¶
Captures a region first, then pins the cropped result:
Flow: Full-screen backdrop captured → region overlay shown → select region → cropped image appears as pinned floating window.
From Image History (Right-click → Pin)¶
Pins the already-saved image directly — no new capture required:
- Open Main Window
- Right-click any thumbnail in the Image History grid
- Select Pin to Screen
- The image appears immediately as a floating window
Controls (both modes):
- Drag to move
- Resize from bottom-right corner handle
- Double-click to close
- Right-click for context menu (Copy, Save, Close)
Hash Checker¶
File integrity verification tool supporting MD5, SHA-1, SHA-256, and SHA-512.
Features:
- Drag-and-drop file support
- Compare two hashes for equality
- Copy hash values to clipboard
Directory Indexer¶
Generate a styled HTML index of a directory tree.
Features:
- Interactive directory tree
- File size and type information
- Styled HTML output
- Copy or save the generated index
Capture History¶
Browse all past captures with thumbnails, metadata, and actions.
Features:
- Async thumbnail loading
- Infinite scroll
- Context menu: open, upload, edit, delete
- Search and filter (coming soon)