aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/linkgrabber.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/linkgrabber.sh')
-rwxr-xr-xscripts/.local/bin/linkgrabber.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/.local/bin/linkgrabber.sh b/scripts/.local/bin/linkgrabber.sh
deleted file mode 100755
index ab90f6c..0000000
--- a/scripts/.local/bin/linkgrabber.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-regex='(((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]'
-url=$(grep -Po "$regex" | dmenu -p "Go:" -w "$WINDOWID" -l 10) || exit
-brave "$url"