about summary refs log tree commit diff
path: root/misc/bin/xshot-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bin/xshot-upload.sh')
-rwxr-xr-xmisc/bin/xshot-upload.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/bin/xshot-upload.sh b/misc/bin/xshot-upload.sh
deleted file mode 100755
index 91c23f4..0000000
--- a/misc/bin/xshot-upload.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-PIC="${HOME}/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"
-
-maim --format=png --hidecursor --quality 8 "${PIC}" && \
-    curl --form "file=@${PIC}" "https://0x0.st" | \
-    xclip -quiet

Consider giving Nix/NixOS a try! <3