drop (280B)
1 #!/bin/sh 2 # This script uses `dragon` to provide drag-and-drop functionality. 3 # It gives you a window in which you can drop items, printing them to stdout. 4 command -v dragon-drag-and-drop || { printf "Install mwh/dragon\n" >&2 && exit 1; } 5 setsid -f dragon-drag-and-drop --target