all repos — dotfiles @ 07a2eb3339c52d68a8df6e9ea397e4fff3c2de5b

linux dotfiles

bin/dmenu_launcher/ud (view raw)

 1
 2
 3
 4
#!/usr/bin/bash
echo -n | dmenu $DMENU_ARGS -p "UD" | tr ' ' '+' | xargs printf\
    'https://www.urbandictionary.com/define.php?term=%b'  | setsid -f\
    xargs xdg-open