aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/grimshot
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/grimshot')
-rwxr-xr-xcontrib/grimshot8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/grimshot b/contrib/grimshot
index ed32334b..08a5fd1b 100755
--- a/contrib/grimshot
+++ b/contrib/grimshot
@@ -11,13 +11,7 @@
11## - `mktemp`: to create a temporary file 11## - `mktemp`: to create a temporary file
12## Those are needed to be installed, if unsure, run `grimshot check` 12## Those are needed to be installed, if unsure, run `grimshot check`
13## 13##
14## Examples: 14## See `man 1 grimshot` or `grimshot usage` for further details.
15## `grimshot copy win` - to copy current window
16## `grimshot save area` - to select area and save it to default file (Pictures/Grimshot-$datetime.png)
17## `grimshot save screen ~/screenshot.png` - to save screenshot under ~/screenshot.png
18## `grimshot save output ~/screenshot.png` - to save screenshot under ~/screenshot.png
19## `grimshot` - usage
20## `grimshot check` - verify if tools are installed
21 15
22getTargetDirectory() { 16getTargetDirectory() {
23 test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && \ 17 test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && \