bens-dotfiles/bin/bin/upload-screenshot

10 lines
172 B
Plaintext
Raw Permalink Normal View History

2018-08-16 23:05:54 +00:00
#!/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"