dmenu-scripts/dmenu-share
2022-07-17 11:03:00 +02:00

6 lines
153 B
Bash
Executable File

#!/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"