all repos — dotfiles @ 29806231a4ba3089ed92adf96ee436eb28b6141b

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