Simple sharing script using 0x0.to

This commit is contained in:
Crony Akatsuki 2022-07-17 11:03:00 +02:00
parent d60f62f0f1
commit 587f300ac7

5
dmenu-share Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
file=$(find $HOME -type f | dmenu -l 15)
curl -F "file=@$file" 0x0.st | xclip -selection clipboard
notify-send "Dmenu Share" "Ready to share"