diff options
Diffstat (limited to 'quickTool')
| -rwxr-xr-x | quickTool | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
