From 440f126691c42e45b7c85e130c0bec9f6a8ab0df Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 14 Aug 2023 18:16:08 -0400 Subject: init --- quickTool | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 quickTool (limited to 'quickTool') diff --git a/quickTool b/quickTool new file mode 100755 index 0000000..58712a7 --- /dev/null +++ b/quickTool @@ -0,0 +1,3 @@ +#!/bin/bash + +maim -i $(xdotool getactivewindow) | tee >(convert - ~/Pictures/Screenshots/$(date +%F-%T).png) | xclip -selection clipboard -t image/png -- cgit v1.2.3