From f82de63856af94c2649901cbb303a42531d27cac Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 1 May 2020 11:57:48 +0200 Subject: grimshot: Add a man page --- contrib/grimshot | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'contrib/grimshot') diff --git a/contrib/grimshot b/contrib/grimshot index ed32334b..08a5fd1b 100755 --- a/contrib/grimshot +++ b/contrib/grimshot @@ -11,13 +11,7 @@ ## - `mktemp`: to create a temporary file ## Those are needed to be installed, if unsure, run `grimshot check` ## -## Examples: -## `grimshot copy win` - to copy current window -## `grimshot save area` - to select area and save it to default file (Pictures/Grimshot-$datetime.png) -## `grimshot save screen ~/screenshot.png` - to save screenshot under ~/screenshot.png -## `grimshot save output ~/screenshot.png` - to save screenshot under ~/screenshot.png -## `grimshot` - usage -## `grimshot check` - verify if tools are installed +## See `man 1 grimshot` or `grimshot usage` for further details. getTargetDirectory() { test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && \ -- cgit v1.2.3