diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-27 21:46:49 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-27 21:46:49 +0530 |
| commit | bb5e54f7f4c419f6d45cd9bda419e5c25f24bd2c (patch) | |
| tree | 0fdee48fd4ebf0385a8dd2115e85a5344c6e35dd /.local/bin/wrdm | |
| parent | a5ec1473420749a4597577c7e359776ec49d995d (diff) | |
dunstrc
Diffstat (limited to '.local/bin/wrdm')
| -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" + |
