From 723220028038a3c6e155259e28d07e867e2d45c9 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 1 Jun 2022 22:55:52 +0530 Subject: first commit --- .local/bin/wordmean | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/wordmean (limited to '.local/bin/wordmean') diff --git a/.local/bin/wordmean b/.local/bin/wordmean new file mode 100755 index 0000000..e8f5f4e --- /dev/null +++ b/.local/bin/wordmean @@ -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" + -- cgit v1.2.3