all repos — dotfiles @ 751e1c227fd6f70e1ba6373eea28d99bd88e71df

linux dotfiles

bin/dmenu_launcher/ud

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