diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/wrdm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/wrdm b/.local/bin/wrdm new file mode 100755 index 0000000..e8f5f4e --- /dev/null +++ b/.local/bin/wrdm @@ -0,0 +1,6 @@ +#!/bin/sh + +word=$(dmenu -p "Enter Word: " <&-) +#$BROWSER https://www.merriam-webster.com/dictionary/$word +$BROWSER "https://www.google.com/search?hl=en&q=define+$word" + |
