Simple sharing script using 0x0.to
This commit is contained in:
parent
d60f62f0f1
commit
587f300ac7
1 changed files with 5 additions and 0 deletions
5
dmenu-share
Executable file
5
dmenu-share
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue