surfraw.cgi (184B)
1 #!/bin/sh 2 # Ask for search engine & query, save target URL to /tmp/w3m_target_url 3 query_url="$(fzf-surfraw)" 4 [ -n "$query_url" ] || exit 5 printf '%s' "$query_url" > /tmp/w3m_target_url
dotfilesMy personal shell configs and stuff | |
git clone git://git.alex.balgavy.eu/dotfiles.git | |
Log | Files | Refs | Submodules | README | LICENSE |