From: Andrew DeFaria Date: Fri, 4 Feb 2022 20:12:38 +0000 (-0800) Subject: Added scripts to capture screen or area and save the file under a dated file name... X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=240ca5b4d23823ef2ac8b65c34cb7bc39a81bd5c;hp=75f06ef1cd56d531eb9ae086618bce3ff6aaa510;p=clearscm.git Added scripts to capture screen or area and save the file under a dated file name in /System/tmp --- diff --git a/bin/capture-area.sh b/bin/capture-area.sh new file mode 100755 index 0000000..4ed0f95 --- /dev/null +++ b/bin/capture-area.sh @@ -0,0 +1,2 @@ +#!/bin/bash +gnome-screenshot -caf /System/tmp/Screenshot-$(date +%F@%T).png diff --git a/bin/capture-window.sh b/bin/capture-window.sh new file mode 100755 index 0000000..46ad937 --- /dev/null +++ b/bin/capture-window.sh @@ -0,0 +1,2 @@ +#!/bin/bash +gnome-screenshot -cwf /System/tmp/Screenshot-$(date +%F@%T).png