websearch.sh (192B)
1 #!/bin/sh 2 search_engine="https://duckduckgo.com/?t=ffab&q=" 3 4 query=$(printf "\n" | wmenu -S "#222222" -p "Search the Web:") 5 test ! -n "${query}" && exit 1 6 7 $BROWSER "${search_engine}${query}"
dotsDotfiles for Linux | |
| git clone https://git.ckiri.com/cmk/dots.git | |
| Log | Files | Refs | README |