dots-of-war/files/scripts/screengif.sh

7 lines
180 B
Bash
Raw Normal View History

2020-06-21 10:41:26 +00:00
#!/bin/bash
file="$HOME/Bilder/gifs/gif_$(date +%s).gif"
giph -s -l -y -f 10 -c 1,1,1,0.3 -b 5 -p 5 "$file"
echo "$file" | xclip -selection clipboard
thunar "$(dirname "$file")"