Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Free open source web browser

Name: Anonymous 2020-01-12 7:12

# tired of waiting for vaporware?
# need something minimal and elegant to browse the web the way it meant to be?
# Introducing the .bashrc Browser extensions
# ; licensed under AGPL 3.0; drop in .bashrc
alias webread="sed 's/<[^a][^>]*>//g ; /^$/d' | sed 's/ */ /g' |fmt --width=$(tput cols) | less "
alias webload='wget -O - -o /dev/null '
function w(){
webload "$1" | webread
}
function wsearch(){
queryddg="$@"
webload "https://duckduckgo.com/html/?q=$queryddg" | webread
}
function wmedia(){
feh "$1"
}
function tubesearch(){
queryyt="$@"
webload "https://m.youtube.com/results?search_query=$queryyt" | webread

}
function wvideo(){
#replace vlc with player of choice(e.g. mpv)
#and adjust 480 to preferred video height(e.g.1080 (but slower))
youtube-dl --no-call-home -o - -f 'best[height<=480]' "$1" | vlc
}

Name: Anonymous 2020-01-12 19:16

Why yes, I also parse json using unix text utilities and various shell scripts. And since unix text tools were optimized decades ago, it outperforms all the scripting languages by several orders of magnitude(awk excluded since its meant to be used for shell).
https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List