mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-28 20:33:49 +01:00
Manpage tweaks
This commit is contained in:
parent
18aede2bfc
commit
1bb80fd5b7
4
APKBUILD
4
APKBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
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
|
||||
"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue