commit 31dd40327aaf25a58663cc222e41a54a78430a03
parent fb270569f84f5a5bfc4b63d02d327787915a2a2f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 26 Sep 2020 21:11:51 +0200
search: disable gopherbookmarks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/search b/.local/bin/search
@@ -4,7 +4,7 @@ histfile="$HOME/.cache/searchhist"
if [ $# -lt 1 ]; then
targets="$(
tail -1 "$histfile";
- cat "$HOME"/doc/gopherbookmarks;
+ #cat "$HOME"/doc/gopherbookmarks;
grep 'href="htt' "$HOME"/doc/bookmark.html |
sed 's,</.*>,,g; s,.*<a href=",,; s,">, ,; s,</a>,,';
cat "$HOME"/doc/bookmark.txt;