Feel like I need to get into the habit of searching web directories like #Curlie more instead of relying on increasingly unusable search engines. I use #Surfraw with a bunch of custom sites added but it's just muscle memory to keep choosing DuckDuckGo all the time.

#web #internet #enshitification #search #searchengines #smallweb #SmolInternet #smallinternet

Surfraw: Websuche aus dem Terminal

https://linuxnews.de/surfraw-websuche-aus-dem-terminal/ #surfraw

πŸ€” is #surfraw working? Is even surfraw project alive?
this thing was very cool...
Can you run surfraw on an sdf shell?
#sdf #surfraw
surfraw admin / Surfraw Β· GitLab

Surfraw - Shell Users' Revolutionary Front Rage Against the Web

GitLab
If u want to combine #surfraw and #rofi, try #menu-surfraw a small script which does exactly that.
Surfraw - A CLI Interface To Popular Search Engines And 100+ Websites

Surfraw is a fast Unix command line interface to many popular search engines and websites. Surfraw was originally created by Julian Assange.

OSTechNix

21st century, and most scientific articles still dont have DOI numbers in the reference list, and you have to look up all the references manually....
This little script takes a list of references and looks them up on google scholar via #surfraw
commandline ftw

while read -r var
do
sr scholar $var
sleep 3
done < "$1"

#TIL about #surfraw