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