bens-dotfiles/bin/bin/upload-screenshot

10 lines
172 B
Bash
Executable File

#!/bin/bash
rename 's/ /-/g' ~/Pictures/*.png
latest=$(ls -Art ~/Pictures | tail -n 1)
pb "~/Pictures/$latest" | xclip -selection clipboard
notify-send "on yr clipbrd"