From 1bb80fd5b745406036f03c036159573e7f9a9a06 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 20 Jan 2023 10:12:30 +0100 Subject: [PATCH] Manpage tweaks --- APKBUILD | 4 ++-- maim-utils.1.scd | 23 ++++++++++------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/APKBUILD b/APKBUILD index 86a7b41..73e02d2 100644 --- a/APKBUILD +++ b/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marty Sluijtman pkgname=maim-utils pkgver=1.0 -pkgrel=4 +pkgrel=7 pkgdesc="A few common screenshot options rolled into one script based on maim" url="https://alpine.voidcruiser.nl" arch="noarch" @@ -24,5 +24,5 @@ package() { } sha512sums=" -3dcbf550c0f85f227c393bc44d1bbefde976696999c2421dfef85a0c739ae7bf3310525f86bd4117922edab501de8968909b7f58f8b0df7e6c24115789457cfc maim-utils-1.0.tar.gz +c6c1a2778713d9839378f990bebd3e1e604ab1926b4846dae7d3f0774e326a5a888a1a0f3dd3a6e0640cc30a2b5b52fdd27d661a04659b6038700f4d0bbd2dc1 maim-utils-1.0.tar.gz " diff --git a/maim-utils.1.scd b/maim-utils.1.scd index 7bd359b..6fdb240 100644 --- a/maim-utils.1.scd +++ b/maim-utils.1.scd @@ -19,38 +19,35 @@ to it. # CONFIGURATION -*maim-utils* saves it's screenshots to $HOME/Pictures/Screenshots by default. -This can be changed by setting the $SCROTDIR. +*maim-utils* saves it's screenshots to '*~/Pictures/Screenshots*' by default. +This can be changed by setting the *$SCROTDIR* environment variable. -# OPTIONS +# COMMANDS -*fullscreen* +*fullscreen* and *full* Take a screenshot of the entire screen and save it to the screenshot directory. -*full* same as *fullscreen*. -*selection* +*selection* and *sel* 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* +*clip-fullscreen*, *clip-full* and *full-clip* 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. +*clip-selection*, *clip-sel* and *sel-clip* + Take a screenshot based on a rectangular selection and write it to the + clipboard. + *open*, *show* and *screenshots* Open the directory containing screenshots.