crabture-0.2.3 is not a library.
crabture
Standalone Linux screenshot tool written in Rust. No external dependencies required — works on both X11 and Wayland.
Features
- Full-screen capture — instant screenshot of primary or any monitor
- Region capture — specify exact coordinates (
x,y,WxH) - Interactive area selection — click and drag with visual overlay feedback
- Interactive TUI — guided menu for timing, target, and save method
- Multi-monitor support — list and capture any connected monitor
- Clipboard support — copy screenshots directly to the clipboard
- Delayed capture — configurable countdown (5/10/20/30/60 seconds)
- Desktop notifications — status feedback via system notifications
- Multiple formats — save as PNG or JPG
- XDG-compliant — respects
XDG_SCREENSHOTS_DIR, falls back to~/Pictures
Installation
From crates.io
From source
# binary at target/release/crabture
Arch Linux (AUR)
# Using an AUR helper
Build dependencies
These are only needed when building from source. Prebuilt binaries from the releases page have no extra runtime dependencies.
Debian / Ubuntu
Arch Linux
Usage
# Interactive TUI (default)
# Instant full-screen screenshot
# Capture a specific monitor (1-based index)
# Interactive area selection
# Capture a region by coordinates
# Copy to clipboard instead of saving
# Save as JPG to a specific directory
# List available monitors
License
GPL-3.0 — see LICENSE for details.