#screenshot #desktop #tool #portal #image #stdout #xdg-desktop-portal

app quickshot

A simple xdg-desktop-portal based screenshot tool

1 stable release

1.0.0 Jul 19, 2024

#252 in Unix APIs

BSD-3-Clause

13KB
113 lines

Quickshot

A simple xdg-desktop-portal based screenshot tool

Supports any desktop with a screenshot portal it does not matter if its x11 or wayland.

quickshot(1)

NAME
       quickshot - A simple xdg-desktop-portal based screenshot tool

SYNOPSIS
       quickshot [-m|--modal] [-i|--interactive] [-o ] [-p|--pipe] [-e|--exec] [--generate-man] [-w|--wait] [-q|--quiet] [-h|--help] [-V|--version]

DESCRIPTION
       A simple xdg-desktop-portal based screenshot tool

OPTIONS
       -m, --modal
              Whether the dialog should be modal

       -i, --interactive
              Customize area before taking a screenshot

       -o     Output filepath for screenshot

       -p, --pipe
              Send image data over stdout

       -e, --exec
              Spawn child and pipe output to child

       --generate-man
              Generates manual page for quickshot

       -w, --wait
              Wait for child to exit and return exit status of child

       -q, --quiet
              Don't print path to stdout

       -h, --help
              Print help

       -V, --version
              Print version

VERSION
       v1.0.0

AUTHORS
       Axel Kappel

Installation

cargo install quickshot

Dependencies

~11–22MB
~349K SLoC