maim-utils/maim-utils.1.scd

60 lines
1.6 KiB
Plaintext
Raw Normal View History

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
2023-09-15 12:48:29 +02:00
*maim-utils* _<fullscreen|focus|selection|fancy>_
2023-01-19 14:52:54 +01:00
2023-09-15 12:48:29 +02:00
*maim-utils* _<clip-fullscreen|clip-focus|clip-selection|fancy-clip>_
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
2023-01-20 10:12:30 +01:00
*maim-utils* saves it's screenshots to '*~/Pictures/Screenshots*' by default.
This can be changed by setting the *$SCROTDIR* environment variable.
2023-01-19 17:33:24 +01:00
2023-01-20 10:12:30 +01:00
# COMMANDS
2023-01-19 17:33:24 +01:00
2023-01-20 10:12:30 +01:00
*fullscreen* and *full*
2023-01-19 17:33:24 +01:00
Take a screenshot of the entire screen and save it to the screenshot
directory.
2023-01-20 10:12:30 +01:00
*selection* and *sel*
2023-01-19 17:33:24 +01:00
Take a screenshot based on a rectangular selection and save it to the
screenshot directory.
*focus*
Take a screenshot of the currently focussed window and save it to the
screenshot directory.
2023-09-15 12:48:29 +02:00
*fancy*
Take a screenshot of a window and add a fancy looking dropshadow effect
using imagemagick.
2023-01-20 10:12:30 +01:00
*clip-fullscreen*, *clip-full* and *full-clip*
2023-01-19 17:33:24 +01:00
Take a screenshot of the entire screen and write it to the clipboard.
*clip-focus* and *focus-clip*
Take a screenshot of the currently focus window and write it to the
clipboard.
2023-09-15 12:48:29 +02:00
*fancy-clip*
Take a screenshot of a window, add a fancy looking dropshadow effect
using imagemagick and write it to the clipboard.
2023-01-20 10:12:30 +01:00
*clip-selection*, *clip-sel* and *sel-clip*
Take a screenshot based on a rectangular selection and write it to the
clipboard.
2023-01-19 17:33:24 +01:00
*open*, *show* and *screenshots*
Open the directory containing screenshots.