conf copy to .config

This commit is contained in:
2026-02-12 04:38:23 +03:00
parent 2746354e06
commit 65a20c2f75
153 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
grim -g "$(slurp)" /tmp/image.png
imageLink=$(curl -sF files[]=@/tmp/image.png 'https://uguu.se/upload' | jq -r '.files[0].url')
xdg-open "https://lens.google.com/uploadbyurl?url=${imageLink}"
rm /tmp/image.png