dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

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:
M.local/bin/ducksearch | 2+-
T.w3m/bookmark.html | 0
T.w3m/style.css | 0
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