-
-
Save joshpetit/96406081b9d1d37425fb1fa1dbc90006 to your computer and use it in GitHub Desktop.
Download the last taken screenshot to your phone via kdeconnect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !bin/bash | |
file=$(ls -Art ~/Pictures/| grep Screenshot\ from\ | tail -n 1) | |
kdeconnect-handler ~/Pictures/"$file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment