Added scripts to capture screen or area and save the file under a dated file name...
authorAndrew DeFaria <Andrew@DeFaria.com>
Fri, 4 Feb 2022 20:12:38 +0000 (12:12 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Fri, 4 Feb 2022 20:12:38 +0000 (12:12 -0800)
bin/capture-area.sh [new file with mode: 0755]
bin/capture-window.sh [new file with mode: 0755]

diff --git a/bin/capture-area.sh b/bin/capture-area.sh
new file mode 100755 (executable)
index 0000000..4ed0f95
--- /dev/null
@@ -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 (executable)
index 0000000..46ad937
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+gnome-screenshot -cwf /System/tmp/Screenshot-$(date +%F@%T).png