blob: 374dfe96f64db72481ff1aba4a5059de47a2ab0b (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh -e
# selection=$(hacksaw -f "-i %i -g %g")
# shotgun $selection - | xclip -t 'image/png' -selection clipboard
# random_word=$(cat /usr/share/dict/cracklib-small | shuf -n 1)
# shotgun $selection - >/tmp/$random_word.png
flameshot gui --clipboard
|