dots-of-war/files/scripts/screengif.sh
2020-10-30 22:02:38 +02:00

6 lines
179 B
Bash
Executable file

#! /bin/sh
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")"