commit 162f0467be067809927790153b2b60b77d86f5d6
parent 7df85c9fff0c4f4622078576e861e74d63c45940
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 27 Jul 2019 07:07:31 +0200
Keep bookmarks with webpage dir
Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/ducksearch b/.local/bin/ducksearch
@@ -6,7 +6,7 @@
# Anything else, it search it.
browser=${BROWSER:-firefox}
-url="$(grep 'href="htt' "$HOME"/.w3m/bookmark.html | \
+url="$(grep 'href="htt' "$HOME"/code/adamsgaard.dk/bookmark.html | \
sed 's/<\/.*>//g' | \
sed 's/.*<a href="//;s/">/ /;s/<\/a>//' ;
cat ~/doc/bookmark.txt)"
diff --git a/.w3m/bookmark.html b/.w3m/bookmark.html
diff --git a/.w3m/style.css b/.w3m/style.css