aboutsummaryrefslogtreecommitdiff
path: root/fiv-reverse-search
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-reverse-search')
-rwxr-xr-xfiv-reverse-search4
1 files changed, 2 insertions, 2 deletions
diff --git a/fiv-reverse-search b/fiv-reverse-search
index 5210703..dc12790 100755
--- a/fiv-reverse-search
+++ b/fiv-reverse-search
@@ -5,5 +5,5 @@ if [ "$#" -ne 2 ]; then
fi
xdg-open "$1$(fiv --thumbnail-for-search large "$2" \
- | curl --silent --show-error --upload-file - https://transfer.sh/image \
- | jq --slurp --raw-input --raw-output @uri)"
+ | curl --silent --show-error --form 'files[]=@-' https://uguu.se/upload \
+ | jq --raw-output '.files[] | .url | @uri')"