initial commit

This commit is contained in:
2018-08-28 13:50:46 +03:00
commit e70d6063e5
9 changed files with 226 additions and 0 deletions

7
screenshot_to_url_local.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ -z "$DISPLAY" ]; then
DISPLAY=:0
fi
scrot '%Y-%m-%d-%H:%M:%S.png' -e "mv \$f ~http/screenshots/. && echo https://www.smirky.net/screenshots/\$f | xclip -selection clip-board"