diff options
Diffstat (limited to '.local/bin/wrdm')
| -rwxr-xr-x | .local/bin/wrdm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/wrdm b/.local/bin/wrdm deleted file mode 100755 index 5b10f05..0000000 --- a/.local/bin/wrdm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/env bash - -# word=$(dmenu -p "Enter Word: " <&-) -word=$(cat ~/.local/bin/words.txt | dmenu -l 25 -p "Choose Word: ") -#$BROWSER https://www.merriam-webster.com/dictionary/$word -if [[ -n $word ]]; then - $BROWSER "https://www.google.com/search?hl=en&q=define+$word" -fi - |
