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