2023-01-19 14:52:54 +01:00
|
|
|
maim-utils(1)
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
maim-utils - A few common screenshot options rolled into one script based on maim
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
*maim-utils* _<fullscreen|focus|selection>_
|
|
|
|
|
|
|
|
*maim-utils* _<clip-fullscreen|clip-focus|clip-selection>_
|
2023-01-19 17:33:24 +01:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
I wrote around six scripts to take screenshots in various different ways a few
|
|
|
|
years ago and at some point I got the idea to turn it into a single script.
|
|
|
|
*maim-utils* is the result of that. It only took me a few years to finally get
|
|
|
|
to it.
|
|
|
|
|
|
|
|
# CONFIGURATION
|
|
|
|
|
|
|
|
*maim-utils* saves it's screenshots to $HOME/Pictures/Screenshots by default.
|
|
|
|
This can be changed by setting the $SCROTDIR.
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
*fullscreen*
|
|
|
|
Take a screenshot of the entire screen and save it to the screenshot
|
|
|
|
directory.
|
|
|
|
|
|
|
|
*full*
|
|
|
|
same as *fullscreen*.
|
|
|
|
|
|
|
|
*selection*
|
|
|
|
Take a screenshot based on a rectangular selection and save it to the
|
|
|
|
screenshot directory.
|
|
|
|
|
|
|
|
*sel*
|
|
|
|
same as *selection*.
|
|
|
|
|
|
|
|
*focus*
|
|
|
|
Take a screenshot of the currently focussed window and save it to the
|
|
|
|
screenshot directory.
|
|
|
|
|
|
|
|
*clip-fullscreen*
|
|
|
|
Take a screenshot of the entire screen and write it to the clipboard.
|
|
|
|
|
|
|
|
*clip-full* and *full-clip*
|
|
|
|
Same as *clip-fullscreen*
|
|
|
|
|
|
|
|
*clip-focus* and *focus-clip*
|
|
|
|
Take a screenshot of the currently focus window and write it to the
|
|
|
|
clipboard.
|
|
|
|
|
|
|
|
*open*, *show* and *screenshots*
|
|
|
|
Open the directory containing screenshots.
|