screenshot/screenshot.sh

5 lines
181 B
Bash
Raw Permalink Normal View History

2024-10-03 00:29:02 +02:00
#!/bin/sh
time=$(date +"%d,%m,%Y--%H:%M:%S")
maim -s --format png $HOME/Screenshots/$time.png | -u
cat $HOME/Screenshots/$time.png | xclip -selection clipboard -target image/png -i