diff options
Diffstat (limited to '.config/surfraw')
95 files changed, 3996 insertions, 0 deletions
diff --git a/.config/surfraw/bookmarks b/.config/surfraw/bookmarks new file mode 100755 index 0000000..2639f3e --- /dev/null +++ b/.config/surfraw/bookmarks @@ -0,0 +1,31 @@ +cm https://www.churchmilitant.com/ # Catholic RC tv +arch https://wiki.archlinux.org/ # linux wiki arch +eztv https://eztv.ag/ # torrents tv series +yts https://yts.ag/ # torrents movies +extratorrent https://extratorrent.ag/ # torrents movies tv series music games applications other +1337x https://1337x.to/home/ # torrents movies tv series music games applications other +tpb https://thepiratebay.org/ # torrents movies tv series music games applications other +jbr https://jobregister.aas.org # Astronomy jobs +luke https://lukesmith.xyz/ # Luke Smith linux configs rice larbs +lukegh https://github.com/LukeSmithxyz/ # github Luke Smith linux configs rice larbs +gotbletu https://www.youtube.com/user/gotbletu # gotbletu youtube linux cli terminal +gotbletugh https://github.com/gotbletu/ # github gotbletu shownotes linux configs +boxsdk https://github.com/box/box-python-sdk # github box python sdk +pandascb https://github.com/jvns/pandas-cookbook # github pandas cookbook python +gittips https://github.com/git-tips/tips # github git tips +kodifac https://github.com/NapoleonWils0n/kodi-playercorefactory # kodi player core factory bash scripts +omz https://github.com/robbyrussell/oh-my-zsh # github oh-my-zsh zsh +pyxmm https://github.com/evandromr/python_xmmscripts # github python xmm scripts +pyscitools https://github.com/evandromr/python_scitools # github python sci tools scripts +hiddenwiki http://wikihiddkz5w3hfg.onion # tor hidden wiki onion +suckless https://suckless.org/rocks/ # suckless software +dotfiles https://dotfiles.github.io/ # GitHub does dotfiles - dotfiles.github.io +ranger https://github.com/ranger/ranger/wiki/Official-user-guide # Ranger Wiki +turses https://turses.readthedocs.io/en/latest/user/configuration.html # Configuration — turses 0.3.1 documentation +vim http://vimdoc.sourceforge.net/htmldoc/message.html # Vim documentation: message +stevelosh http://stevelosh.com/blog/2012/10/the-homely-mutt/ # The Homely Mutt / Steve Losh +muttman http://www.mutt.org/doc/manual/ #sidebar The Mutt E-Mail Client +smtp http://www.samlogic.net/articles/smtp-commands-reference.htm #SMTP Commands Reference +flask http://flask.pocoo.org/ #Flask (A Python Microframework) +checktor https://check.torproject.org/ #check client running correct tor settings +piratebaytor https://uj3wazyk5u4hnvtk.onion #tornetwork torrent magnet links diff --git a/.config/surfraw/conf b/.config/surfraw/conf new file mode 100755 index 0000000..cb85ae4 --- /dev/null +++ b/.config/surfraw/conf @@ -0,0 +1,5 @@ +SURFRAW_text_browser=$BROWSERCLI +SURFRAW_graphical_browser=$BROWSER +SURFRAW_graphical=no +SURFRAW_screen=tmux +SURFRAW_new_screen=yes diff --git a/.config/surfraw/elvi/1337x b/.config/surfraw/elvi/1337x new file mode 100755 index 0000000..5eb7212 --- /dev/null +++ b/.config/surfraw/elvi/1337x @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Feb 27, 2016 +# +# DESC: Elvi to search 1337x +# elvis: 1337x -- Search 1337x for torrents (1337x.to) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search 1337x (1337x.to) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://1337x.to" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://1337x.to/search/${escaped_args}/1/" +fi diff --git a/.config/surfraw/elvi/alluc b/.config/surfraw/elvi/alluc new file mode 100755 index 0000000..302bcd1 --- /dev/null +++ b/.config/surfraw/elvi/alluc @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker files +# elvis: alluc -- Search Cyberlocker Files (http://www.alluc.ee/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://www.alluc.ee/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.alluc.ee/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.alluc.ee/download/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/archive b/.config/surfraw/elvi/archive new file mode 100755 index 0000000..9f862d8 --- /dev/null +++ b/.config/surfraw/elvi/archive @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun August 09, 2015 +# +# DESC: Elvi to search old software, games, other media +# elvis: archive -- Search old software, games, other media (https://archive.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search old software, games, other media (https://archive.org) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://archive.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://archive.org/search.php?query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/aurmirror b/.config/surfraw/elvi/aurmirror new file mode 100755 index 0000000..7509681 --- /dev/null +++ b/.config/surfraw/elvi/aurmirror @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun Feb 21, 2016 +# +# DESC: Elvi to search mirrored aur package builds +# elvis: aurmirror -- Search Mirrored AUR Package Builds (http://pkgbuild.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Mirrored AUR Package Builds (http://pkgbuild.com/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://pkgbuild.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pkgbuild.com/git/aur-mirror.git/plain/${escaped_args}/PKGBUILD" +fi diff --git a/.config/surfraw/elvi/avxhome b/.config/surfraw/elvi/avxhome new file mode 100755 index 0000000..3b18ab7 --- /dev/null +++ b/.config/surfraw/elvi/avxhome @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun August 09, 2015 +# +# DESC: Elvi to search cyberlocker files +# elvis: avxhome -- Search Cyberlocker Files (http://avxhome.se/ || http://avxsearch.se/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://avxhome.se/ || http://avxsearch.se/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://avxsearch.se/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://avxsearch.se/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/binsearch b/.config/surfraw/elvi/binsearch new file mode 100755 index 0000000..5797806 --- /dev/null +++ b/.config/surfraw/elvi/binsearch @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Jan 17 2013 +# +# DESC: Elvi to search binsearch +# elvis: binsearch -- Search binsearch for NZB (www.binsearch.info) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search binsearch (www.binsearch.info) for NZB +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.binsearch.info" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.binsearch.info/?q=${escaped_args}&max=100&adv_age=1100&server=" +fi diff --git a/.config/surfraw/elvi/btdb b/.config/surfraw/elvi/btdb new file mode 100755 index 0000000..bbd5804 --- /dev/null +++ b/.config/surfraw/elvi/btdb @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue January 10, 2017 +# +# DESC: Elvi to search btdb +# elvis: btdb -- Search btdb for torrents (https://btdb.in) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search btdb (https://btdb.in) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://btdb.in" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://btdb.in/q/${escaped_args}/?sort=time" +fi diff --git a/.config/surfraw/elvi/cachegoogle b/.config/surfraw/elvi/cachegoogle new file mode 100755 index 0000000..cbe2522 --- /dev/null +++ b/.config/surfraw/elvi/cachegoogle @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Feb 27, 2016 +# +# DESC: Elvi to search google webpage cache +# elvis: cachegoogle -- Search google for webpage cache (https://google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google (https://google.com) for webpage cache +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://webcache.googleusercontent.com/search?q=cache:${escaped_args}" +fi diff --git a/.config/surfraw/elvi/cbcomic b/.config/surfraw/elvi/cbcomic new file mode 100755 index 0000000..3bae108 --- /dev/null +++ b/.config/surfraw/elvi/cbcomic @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon December 26, 2016 +# +# DESC: Elvi to search cbcomic +# elvis: cbcomic -- Search calibre for local comic database (http://192.168.1.100:57771) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search calibre for local comic database (http://192.168.1.100:57771) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://192.168.1.100:57771" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://192.168.1.100:57771/browse/search?query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/cbdojinshi b/.config/surfraw/elvi/cbdojinshi new file mode 100755 index 0000000..a22f594 --- /dev/null +++ b/.config/surfraw/elvi/cbdojinshi @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Apr 07, 2016 +# +# DESC: Elvi to search cbdojinshi +# elvis: cbdojinshi -- Search calibre for local hentai managa comics (http://192.168.1.100:57772) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search calibre for local hentai managa comics (http://192.168.1.100:57772) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://192.168.1.100:57772" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://192.168.1.100:57772/browse/search?query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/cbsuper b/.config/surfraw/elvi/cbsuper new file mode 100755 index 0000000..d28e8c0 --- /dev/null +++ b/.config/surfraw/elvi/cbsuper @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Apr 07, 2016 +# +# DESC: Elvi to search cbsuper +# elvis: cbsuper -- Search calibre for local porn database (http://192.168.1.100:57773) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search calibre for local porn database (http://192.168.1.100:57773) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://192.168.1.100:57773" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://192.168.1.100:57773/browse/search?query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/chiasenhac b/.config/surfraw/elvi/chiasenhac new file mode 100755 index 0000000..7dadabe --- /dev/null +++ b/.config/surfraw/elvi/chiasenhac @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue November 21, 2017 +# +# DESC: Elvi to search asian chinese vietnamese music +# elvis: chiasenhac -- Search asian chinese vietnamese music (http://chiasenhac.vn) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search asian chinese vietnamese music (http://chiasenhac.vn) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://chiasenhac.vn" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://search.chiasenhac.vn/search.php?s=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/demonoid b/.config/surfraw/elvi/demonoid new file mode 100755 index 0000000..5d009a2 --- /dev/null +++ b/.config/surfraw/elvi/demonoid @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search demonoid +# elvis: demonoid -- Search demonoid for torrents (https://www.demonoid.pw) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search demonoid (https://www.demonoid.pw) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.demonoid.pw" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.demonoid.pw/files/?category=0&subcategory=All&quality=All&seeded=2&external=2&query=${escaped_args}&uid=0&sort=S" +fi diff --git a/.config/surfraw/elvi/ehentai b/.config/surfraw/elvi/ehentai new file mode 100755 index 0000000..6f3c46b --- /dev/null +++ b/.config/surfraw/elvi/ehentai @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun Feb 07, 2016 +# +# DESC: Elvi to search e-hentai +# elvis: ehentai -- Search e-hentai for hentai mangas (http://g.e-hentai.org/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search ehentai (http://g.e-hentai.org/) for hentai mangas +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://g.e-hentai.org/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://g.e-hentai.org/?f_doujinshi=1&f_manga=1&f_artistcg=1&f_gamecg=1&f_western=1&f_non-h=1&f_imageset=1&f_cosplay=1&f_asianporn=1&f_misc=1&f_search=${escaped_args}&f_apply=Apply+Filter" +fi diff --git a/.config/surfraw/elvi/epguides b/.config/surfraw/elvi/epguides new file mode 100755 index 0000000..32818a1 --- /dev/null +++ b/.config/surfraw/elvi/epguides @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Nov 06 2012 +# +# DESC: Elvi to search epguides +# elvis: epguides -- Search epguides for TV Show air dates (www.epguides.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search epguides (www.epguides.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?hl=en&q=allintitle%3A&q=site%3Aepguides.com&q=${escaped_args}&btnG=Search" +fi diff --git a/.config/surfraw/elvi/eztv b/.config/surfraw/elvi/eztv new file mode 100755 index 0000000..91fca3b --- /dev/null +++ b/.config/surfraw/elvi/eztv @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue May 23, 2017 +# +# DESC: Elvi to search eztv +# elvis: eztv -- Search eztv for torrents (https://eztv.ag) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search eztv (https://eztv.ag) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://eztv.ag" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://eztv.ag/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/fakku b/.config/surfraw/elvi/fakku new file mode 100755 index 0000000..cad4c8a --- /dev/null +++ b/.config/surfraw/elvi/fakku @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue May 11 2013 +# +# DESC: Elvi to search Fakku +# elvis: fakku -- Search Fakku for hentai mangas (www.fakku.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Fakku (www.fakku.net) for hentai mangas +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.fakku.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.fakku.net/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/fdroid b/.config/surfraw/elvi/fdroid new file mode 100755 index 0000000..3f08fe7 --- /dev/null +++ b/.config/surfraw/elvi/fdroid @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Fri July 12, 2013 +# +# DESC: Elvi to search F-droid +# elvis: fdroid -- Search F-Droid for open source android apps (https://f-droid.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search fdroid (https://f-droid.org) for open source android apps +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://f-droid.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://f-droid.org/repository/browse/?fdfilter=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/filemare b/.config/surfraw/elvi/filemare new file mode 100755 index 0000000..0481e84 --- /dev/null +++ b/.config/surfraw/elvi/filemare @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search filemare +# elvis: filemare -- Search filemare for FTP files (https://filemare.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search filemare (https://filemare.com) for FTP files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://filemare.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://filemare.com/en-us/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/filepursuit b/.config/surfraw/elvi/filepursuit new file mode 100755 index 0000000..de960e8 --- /dev/null +++ b/.config/surfraw/elvi/filepursuit @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search filepursuit +# elvis: filepursuit -- Search filepursuit for Open Directories files (https://filepursuit.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search filepursuit (https://filepursuit.com) for Open Directories files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://filepursuit.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://filepursuit.com/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/gdrive b/.config/surfraw/elvi/gdrive new file mode 100755 index 0000000..7dcf635 --- /dev/null +++ b/.config/surfraw/elvi/gdrive @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu February 09, 2017 +# +# DESC: Elvi to search google drive +# elvis: gdrive -- Search google drive for personal files (https://drive.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google drive for personal files (https://drive.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://drive.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://drive.google.com/drive/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/hentaibedta b/.config/surfraw/elvi/hentaibedta new file mode 100755 index 0000000..675f27c --- /dev/null +++ b/.config/surfraw/elvi/hentaibedta @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 22 2014 +# +# DESC: Elvi to search HentaiBedta +# elvis: hentaibedta -- Search HentaiBedta for hentai mangas (www.hentaibedta.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search HentaiBedta (www.hentaibedta.net) for hentai mangas +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.hentaibedta.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.hentaibedta.net/?s=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/iafd b/.config/surfraw/elvi/iafd new file mode 100755 index 0000000..68fce19 --- /dev/null +++ b/.config/surfraw/elvi/iafd @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Mar 01, 2016 +# +# DESC: Elvi to search Internet Adult Film Database +# elvis: iafd -- Search Internet Adult Film Database (www.iafd.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Internet Adult Film Database (www.iafd.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.iafd.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.iafd.com/results.asp?searchtype=comprehensive&searchstring=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/imagesgoogle b/.config/surfraw/elvi/imagesgoogle new file mode 100755 index 0000000..f531d11 --- /dev/null +++ b/.config/surfraw/elvi/imagesgoogle @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun June 11, 2017 +# +# DESC: Elvi to search google images +# elvis: imagesgoogle -- Search google for images (https://images.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google (https://images.google.com) for images +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://images.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?site=&tbm=isch&source=hp&biw=1280&bih=655&q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/irc b/.config/surfraw/elvi/irc new file mode 100755 index 0000000..017bc9b --- /dev/null +++ b/.config/surfraw/elvi/irc @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: V.G. Graffagnino +# +# DATE: Mon Aug 28 2017 +# +# DESC: Elvi to search IRC Channel Search +# elvis: preware -- Search for IRC channels (netsplit.de) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search IRC channels +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://netsplit.de/channels/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://netsplit.de/channels/?chat=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/ixirc b/.config/surfraw/elvi/ixirc new file mode 100755 index 0000000..50a33d0 --- /dev/null +++ b/.config/surfraw/elvi/ixirc @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun Feb 14, 2016 +# +# DESC: Elvi to search ixirc for irc xdcc files +# elvis: ixirc -- Search ixirc for irc xdcc files (http://ixirc.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search ixirc (http://ixirc.com/) for irc xdcc files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://ixirc.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://ixirc.com/?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/katcr b/.config/surfraw/elvi/katcr new file mode 100755 index 0000000..07df5a2 --- /dev/null +++ b/.config/surfraw/elvi/katcr @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu December 29, 2016 +# +# DESC: Elvi to search katcr +# elvis: katcr -- Search katcr for torrents (katcr.co) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search katcr (katcr.co) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://katcr.co" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://katcr.co/new/torrents-search.php?search=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/kickasstorrent b/.config/surfraw/elvi/kickasstorrent new file mode 100755 index 0000000..be04072 --- /dev/null +++ b/.config/surfraw/elvi/kickasstorrent @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: gotbletu (https://twitter.com/gotbletu) +# +# DATE: Thu June 06, 2013 +# +# DESC: Elvi to search kickasstorrents +# elvis: kickasstorrent -- Search kickasstorrent for torrents (www.kat.ph) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search kickasstorrents (www.kat.ph) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://kickass.unblocked.red" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://kickass.unblocked.red/usearch/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/manned b/.config/surfraw/elvi/manned new file mode 100755 index 0000000..6e9eae7 --- /dev/null +++ b/.config/surfraw/elvi/manned @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 17 2012 +# +# DESC: Elvi to search Manned ManPage +# elvis: manned -- Search Manned linux/bsd manpages (www.manned.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Manned ManPage (www.manned.org) for manpages +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.manned.org/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://manned.org/browse/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/megafindr b/.config/surfraw/elvi/megafindr new file mode 100755 index 0000000..1fbfaed --- /dev/null +++ b/.config/surfraw/elvi/megafindr @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Fri January 06, 2017 +# +# DESC: Elvi to search cyberlocker files +# elvis: megafindr -- Search Cyberlocker Files (http://megafindr.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://megafindr.com/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://megafindr.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://megafindr.com/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/megasearch b/.config/surfraw/elvi/megasearch new file mode 100755 index 0000000..b61f351 --- /dev/null +++ b/.config/surfraw/elvi/megasearch @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker files +# elvis: megasearch -- Search Cyberlocker Files (http://megasearch.co/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://megasearch.co/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://megasearch.co/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://megasearch.co/?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/metabear b/.config/surfraw/elvi/metabear new file mode 100755 index 0000000..2c87306 --- /dev/null +++ b/.config/surfraw/elvi/metabear @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search metabear +# elvis: metabear -- Search metabear [aka metabot] for FTP files (http://metabear.ru) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search metabear (http://metabear.ru) for FTP files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://metabear.ru" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://results.metabot.ru/?wd=2&st=${escaped_args}&ln=1" +fi diff --git a/.config/surfraw/elvi/mibbit b/.config/surfraw/elvi/mibbit new file mode 100755 index 0000000..3cc49c7 --- /dev/null +++ b/.config/surfraw/elvi/mibbit @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: February 08, 2014 +# +# DESC: Elvi to search mibbit for IRC chat channels +# elvis: mibbit -- Search mibbit for IRC chat channels (https://search.mibbit.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search mibbit (https://search.mibbit.com) for IRC chat channels +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://search.mibbit.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://search.mibbit.com/search/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/mmnt b/.config/surfraw/elvi/mmnt new file mode 100755 index 0000000..316e8b3 --- /dev/null +++ b/.config/surfraw/elvi/mmnt @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search mmnt +# elvis: mmnt -- Search mmnt [aka mamont] for FTP files (http://mmnt.ru/int) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search mmnt (http://mmnt.ru) for FTP files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://mmnt.ru/int" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.mmnt.ru/int/get?st=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/motherless b/.config/surfraw/elvi/motherless new file mode 100755 index 0000000..7b2a590 --- /dev/null +++ b/.config/surfraw/elvi/motherless @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Nov 06 2012 +# +# DESC: Elvi to search Motherless +# elvis: motherless -- Search Motherless for adult videos (www.motherless.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Motherless (www.motherless.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.motherless.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://motherless.com/search/videos?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/myanimelist b/.config/surfraw/elvi/myanimelist new file mode 100755 index 0000000..a29797e --- /dev/null +++ b/.config/surfraw/elvi/myanimelist @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu June 06, 2013 +# +# DESC: Elvi to search myanimelist +# elvis: myanimelist -- Search myanimelist for anime information (www.myanimelist.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search myanimelist (www.myanimelist.net) for anime information +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.myanimelist.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://myanimelist.net/anime.php?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/mymangalist b/.config/surfraw/elvi/mymangalist new file mode 100755 index 0000000..c3c6bbe --- /dev/null +++ b/.config/surfraw/elvi/mymangalist @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu June 06, 2013 +# +# DESC: Elvi to search mymangalist +# elvis: mymangalist -- Search myanimelist for manga information (www.myanimelist.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search mymangalist (www.myanimelist.net) for manga information +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.myanimelist.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://myanimelist.net/manga.php?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/nhaccuatui b/.config/surfraw/elvi/nhaccuatui new file mode 100755 index 0000000..74a419c --- /dev/null +++ b/.config/surfraw/elvi/nhaccuatui @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Jan 27, 2015 +# +# DESC: Elvi to search asian chinese vietnamese music +# elvis: nhaccuatui -- Search asian chinese vietnamese music (www.nhaccuatui.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search asian chinese vietnamese music (www.nhaccuatui.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.nhaccuatui.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.nhaccuatui.com/tim-kiem?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/nhacso b/.config/surfraw/elvi/nhacso new file mode 100755 index 0000000..35eb1dd --- /dev/null +++ b/.config/surfraw/elvi/nhacso @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Jan 27, 2015 +# +# DESC: Elvi to search asian chinese vietnamese music +# elvis: nhacso -- Search asian chinese vietnamese music (www.nhacso.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search asian chinese vietnamese music (www.nhacso.net) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://nhacso.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://nhacso.net/tim-kiem-tat-ca.html?keyName=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/nibl b/.config/surfraw/elvi/nibl new file mode 100755 index 0000000..7f8096c --- /dev/null +++ b/.config/surfraw/elvi/nibl @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon Feb 15, 2016 +# +# DESC: Elvi to search nibl for irc xdcc files +# elvis: nibl -- Search nibl for irc xdcc files (http://nibl.co.uk/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search nibl (http://nibl.co.uk/) for irc xdcc files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://nibl.co.uk/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://nibl.co.uk/bots.php?search=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/npmjs b/.config/surfraw/elvi/npmjs new file mode 100755 index 0000000..5377d26 --- /dev/null +++ b/.config/surfraw/elvi/npmjs @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Feb 03 2015 +# +# DESC: Elvi to search npmjs linux packages +# elvis: npmjs -- Search NpmJs for nodejs javascript packages (www.npmjs.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search npmjs (www.npmjs.com) for nodejs javascript packages +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.npmjs.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.npmjs.com/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/nyaa b/.config/surfraw/elvi/nyaa new file mode 100755 index 0000000..64731f2 --- /dev/null +++ b/.config/surfraw/elvi/nyaa @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu June 06, 2013 +# +# DESC: Elvi to search nyaa +# elvis: nyaa -- Search nyaa for anime torrents (www.nyaa.eu) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search nyaa (www.nyaa.eu) for anime torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.nyaa.eu" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.nyaa.eu/?page=search&cats=0_0&filter=0&term=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/nzbclub b/.config/surfraw/elvi/nzbclub new file mode 100755 index 0000000..bfb53f0 --- /dev/null +++ b/.config/surfraw/elvi/nzbclub @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Jan 17 2013 +# +# DESC: Elvi to search nzbclub +# elvis: nzbclub -- Search NZBClub for NZB (www.nzbclub.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search NZBClub (www.nzbclub.com) for NZB +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.nzbclub.com/search.aspx?q=${escaped_args}&sp=1" +fi diff --git a/.config/surfraw/elvi/nzbfriends b/.config/surfraw/elvi/nzbfriends new file mode 100755 index 0000000..f65b8d3 --- /dev/null +++ b/.config/surfraw/elvi/nzbfriends @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue May 23, 2017 +# +# DESC: Elvi to search nzbfriends +# elvis: nzbfriends -- Search nzbfriends for NZB (www.nzbfriends.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search nzbfriends (www.nzbfriends.com) for NZB +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://nzbfriends.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://nzbfriends.com/?q=${escaped_args}&init=form&type=&age=0&group=&min=100&max=&sort=relevance&limit=200" +fi diff --git a/.config/surfraw/elvi/nzbindex b/.config/surfraw/elvi/nzbindex new file mode 100755 index 0000000..03f32f6 --- /dev/null +++ b/.config/surfraw/elvi/nzbindex @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Jan 17 2013 +# +# DESC: Elvi to search nzbindex +# elvis: nzbindex -- Search nzbindex for NZB (www.nzbindex.nl) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search nzbindex (www.nzbindex.nl) for NZB +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.nzbindex.nl/search/?q=${escaped_args}&age=&max=250&sort=agedesc&minsize=50&maxsize=&dq=&poster=&nfo=&hidecross=1&complete=1&hidespam=0&hidespam=1&more=1" +fi diff --git a/.config/surfraw/elvi/offerupnow b/.config/surfraw/elvi/offerupnow new file mode 100755 index 0000000..52c6673 --- /dev/null +++ b/.config/surfraw/elvi/offerupnow @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun August 09, 2015 +# +# DESC: Elvi to search locally listed items for sell or trade +# elvis: offerupnow -- Search locally listed items for sell or trade (https://offerupnow.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search locally listed items for sell or trade (https://offerupnow.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://offerupnow.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://offerupnow.com/search/?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/opendir_apps b/.config/surfraw/elvi/opendir_apps new file mode 100755 index 0000000..a4610b8 --- /dev/null +++ b/.config/surfraw/elvi/opendir_apps @@ -0,0 +1,45 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories apps files +# elvis: opendir_apps -- Search google for open directories apps files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories apps files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + # w3_browse_url "https://www.google.com" + w3_browse_url "https://www.google.com/search?q=%2B(.exe|.iso|.tar|.rar|.zip|.apk)+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%2B(.exe|.iso|.tar|.rar|.zip|.apk)%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opendir_ebook b/.config/surfraw/elvi/opendir_ebook new file mode 100755 index 0000000..d7a0d82 --- /dev/null +++ b/.config/surfraw/elvi/opendir_ebook @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories ebook files +# elvis: opendir_ebook -- Search google for open directories ebook files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories ebook files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=%2B(.MOBI|.CBZ|.CBR|.CBC|.CHM|.EPUB|.FB2|.LIT|.LRF|.ODT|.PDF|.PRC|.PDB|.PML|.RB|.RTF|.TCR)+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%2B(.MOBI|.CBZ|.CBR|.CBC|.CHM|.EPUB|.FB2|.LIT|.LRF|.ODT|.PDF|.PRC|.PDB|.PML|.RB|.RTF|.TCR)%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opendir_googledrive b/.config/surfraw/elvi/opendir_googledrive new file mode 100755 index 0000000..1ff8388 --- /dev/null +++ b/.config/surfraw/elvi/opendir_googledrive @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon November 20, 2017 +# +# DESC: Elvi to search google for open directories from google drive files +# elvis: opendir_googledrive -- Search google for open directories from google drive files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories from google drive files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=site%3Adrive.google.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=site%3Adrive.google.com+${escaped_args}" +fi diff --git a/.config/surfraw/elvi/opendir_googledrivefolder b/.config/surfraw/elvi/opendir_googledrivefolder new file mode 100755 index 0000000..991e2a6 --- /dev/null +++ b/.config/surfraw/elvi/opendir_googledrivefolder @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon November 20, 2017 +# +# DESC: Elvi to search google for open directories from google drive files +# elvis: opendir_googledrivefolder -- Search google for open directories from google drive files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories from google drive files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=site%3Adrive.google.com+%2B%22drive%2Ffolders%22" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=site%3Adrive.google.com+%2B%22drive%2Ffolders%22+${escaped_args}" +fi diff --git a/.config/surfraw/elvi/opendir_images b/.config/surfraw/elvi/opendir_images new file mode 100755 index 0000000..b70e750 --- /dev/null +++ b/.config/surfraw/elvi/opendir_images @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories images files +# elvis: opendir_images -- Search google for open directories images files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories images files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=%2B(.jpg|.jpeg|.svg|.gif|.png|.tif|.tiff|.psd)+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%2B(.jpg|.jpeg|.svg|.gif|.png|.tif|.tiff|.psd)%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opendir_music b/.config/surfraw/elvi/opendir_music new file mode 100755 index 0000000..62c4d5d --- /dev/null +++ b/.config/surfraw/elvi/opendir_music @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories music files +# elvis: opendir_music -- Search google for open directories music files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories music files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=%2B(.ogg|.mp3|.wav|.ac3|.flac|.wma|.m4a)+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%2B(.ogg|.mp3|.wav|.ac3|.flac|.wma|.m4a)%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opendir_other b/.config/surfraw/elvi/opendir_other new file mode 100755 index 0000000..b82f920 --- /dev/null +++ b/.config/surfraw/elvi/opendir_other @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories other files +# elvis: opendir_other -- Search google for open directories other files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories other files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opendir_video b/.config/surfraw/elvi/opendir_video new file mode 100755 index 0000000..34d0fbd --- /dev/null +++ b/.config/surfraw/elvi/opendir_video @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed October 04, 2017 +# +# DESC: Elvi to search google for open directories video files +# elvis: opendir_video -- Search google for open directories video files (https://www.google.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search google for open directories video files (https://www.google.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.google.com/search?q=%2B(.mkv|.m4v|.mp4|.avi|.mov|.mpg|.mpeg|.wmv)+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.google.com/search?q=%2B(.mkv|.m4v|.mp4|.avi|.mov|.mpg|.mpeg|.wmv)%20+${escaped_args}%20+intitle:%22index%20of%22%20-inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)%20-inurl:(listen77|mp3raid|mp3toss|mp3drug|index_of|wallywashis)" +fi diff --git a/.config/surfraw/elvi/opensuse b/.config/surfraw/elvi/opensuse new file mode 100755 index 0000000..9cf9862 --- /dev/null +++ b/.config/surfraw/elvi/opensuse @@ -0,0 +1,29 @@ +https://software.opensuse.org/search +#!/bin/sh +# +# AUTHOR: V.G. Graffagnino +# +# DATE: Mon Aug 28 2017 +# +# DESC: Elvi to search opensuse packages +# elvis: opensuse -- Search Opensuse Software Catalog (https://software.opensuse.org/search) +#!/bin/sh +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Opensuse Software Catalog (https://software.opensuse.org/search) for applications +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://software.opensuse.org/search" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://software.opensuse.org/search?utf8=✓&q=${escaped_args}&search_devel=false&search_unsupported=false&baseproject=openSUSE%3ALeap%3A42.3" +fi diff --git a/.config/surfraw/elvi/pastebin b/.config/surfraw/elvi/pastebin new file mode 100755 index 0000000..a05f1c8 --- /dev/null +++ b/.config/surfraw/elvi/pastebin @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Feb 16 2013 +# +# DESC: Elvi to search Pastebin +# elvis: pastebin -- Search Pastebin for text files (www.pastebin.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Pastebin (www.pastebin.com) for text files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.pastebin.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pastebin.com/search?cx=partner-pub-7089230323117142%3A2864958357&cof=FORID%3A10&ie=UTF-8&q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/pkgs b/.config/surfraw/elvi/pkgs new file mode 100755 index 0000000..97d0cd8 --- /dev/null +++ b/.config/surfraw/elvi/pkgs @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 17 2012 +# +# DESC: Elvi to search pkgs linux packages +# elvis: pkgs -- Search PKGS for linux packages (www.pkgs.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search pkgs (www.pkgs.org) for linux packages +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.pkgs.org/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pkgs.org/search/?keyword=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/pornhub b/.config/surfraw/elvi/pornhub new file mode 100755 index 0000000..3cdf80d --- /dev/null +++ b/.config/surfraw/elvi/pornhub @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon October 02, 2017 +# +# DESC: Elvi to search PornHub +# elvis: pornhub -- Search PornHub for adult videos (www.pornhub.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search PornHub (www.pornhub.com) for adult videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.pornhub.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.pornhub.com/video/search?search=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/pornmd b/.config/surfraw/elvi/pornmd new file mode 100755 index 0000000..6f6fb78 --- /dev/null +++ b/.config/surfraw/elvi/pornmd @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 17 2012 +# +# DESC: Elvi to search PornMD +# elvis: pornmd -- Search PornMD for adult videos (www.pornmd.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search PornMD (www.pornmd.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.pornmd.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.pornmd.com/straight/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/preware b/.config/surfraw/elvi/preware new file mode 100755 index 0000000..741f3e9 --- /dev/null +++ b/.config/surfraw/elvi/preware @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: V.G. Graffagnino +# +# DATE: Mon Aug 28 2017 +# +# DESC: Elvi to search Preware Catalog +# elvis: preware -- Search Preware Catalog (preware.pivotce.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Preware Catalog (preware.pivotce.com) for webos applications +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://preware.pivotce.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://preware.pivotce.com/?s=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/prontvdl b/.config/surfraw/elvi/prontvdl new file mode 100755 index 0000000..6c357c7 --- /dev/null +++ b/.config/surfraw/elvi/prontvdl @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker adult files +# elvis: prontvdl -- Search Cyberlocker Adult Files (http://pron.tv/download) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Adult Files (http://pron.tv/download) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://pron.tv" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pron.tv/download/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/prontvst b/.config/surfraw/elvi/prontvst new file mode 100755 index 0000000..cf3b0ab --- /dev/null +++ b/.config/surfraw/elvi/prontvst @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker adult streaming files +# elvis: prontvst -- Search Cyberlocker Adult Streaming Files (http://pron.tv/stream) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Adult Streaming Files (http://pron.tv/stream) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://pron.tv" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pron.tv/stream/${escaped_args}" +fi diff --git a/.config/surfraw/elvi/pururin b/.config/surfraw/elvi/pururin new file mode 100755 index 0000000..cd6397f --- /dev/null +++ b/.config/surfraw/elvi/pururin @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 22 2014 +# +# DESC: Elvi to search pururin +# elvis: pururin -- Search pururin for hentai mangas (www.pururin.us) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search pururin (www.pururin.us) for hentai mangas +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.pururin.us" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://pururin.us/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/python b/.config/surfraw/elvi/python new file mode 100755 index 0000000..5a645da --- /dev/null +++ b/.config/surfraw/elvi/python @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat October 26, 2013 +# +# DESC: Elvi to search Python Package Index +# elvis: python -- Search Python Package Index (https://pypi.python.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Python Package Index (https://pypi.python.org) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://pypi.python.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://pypi.python.org/pypi?%3Aaction=search&term=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/rapid4me b/.config/surfraw/elvi/rapid4me new file mode 100755 index 0000000..5921143 --- /dev/null +++ b/.config/surfraw/elvi/rapid4me @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker files +# elvis: rapid4me -- Search Cyberlocker Files (http://rapid4me.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://rapid4me.com/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://rapid4me.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://rapid4me.com/?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/rarbg b/.config/surfraw/elvi/rarbg new file mode 100755 index 0000000..49c8e35 --- /dev/null +++ b/.config/surfraw/elvi/rarbg @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed Mar 02, 2016 +# +# DESC: Elvi to search rarbg +# elvis: rarbg -- Search rarbg for torrents (rarbg.to) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search rarbg (rarbg.to) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://rarbg.to" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://rarbg.to/torrents.php?search=${escaped_args}&order=seeders&by=DESC" +fi diff --git a/.config/surfraw/elvi/reddit b/.config/surfraw/elvi/reddit new file mode 100755 index 0000000..6e28a7e --- /dev/null +++ b/.config/surfraw/elvi/reddit @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: April 07, 2013 +# +# DESC: Elvi to search Reddit News +# elvis: reddit -- Search Reddit for user submitted news (www.reddit.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Reddit (www.reddit.com) for user submitted news +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.reddit.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.reddit.com/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/redtube b/.config/surfraw/elvi/redtube new file mode 100755 index 0000000..128d654 --- /dev/null +++ b/.config/surfraw/elvi/redtube @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Nov 06 2012 +# +# DESC: Elvi to search RedTube +# elvis: redtube -- Search RedTube for adult videos (www.redtube.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search RedTube (www.redtube.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.redtube.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.redtube.com/?search=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/rubygems b/.config/surfraw/elvi/rubygems new file mode 100755 index 0000000..fa41187 --- /dev/null +++ b/.config/surfraw/elvi/rubygems @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue January 17, 2017 +# +# DESC: Elvi to search rubygems Package Index +# elvis: rubygems -- Search rubygems Package Index (https://rubygems.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search rubygems Package Index (https://rubygems.org) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://rubygems.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://rubygems.org/search?utf8=✓&query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/rutracker b/.config/surfraw/elvi/rutracker new file mode 100755 index 0000000..1097afc --- /dev/null +++ b/.config/surfraw/elvi/rutracker @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue January 10, 2017 +# +# DESC: Elvi to search rutracker +# elvis: rutracker -- Search rutracker for russian torrents (https://rutracker.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search rutracker (https://rutracker.org) for russian torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://rutracker.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://rutracker.org/forum/search_cse.php?cx=014434608714260776013%3Aggcq1kovlga&cof=FORID%3A9&ie=utf-8&q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/searchcode b/.config/surfraw/elvi/searchcode new file mode 100755 index 0000000..e952b24 --- /dev/null +++ b/.config/surfraw/elvi/searchcode @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu January 26, 2017 +# +# DESC: Elvi to search code +# elvis: searchcode -- Search code (https://searchcode.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search code (https://searchcode.com) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://searchcode.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://searchcode.com/?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/sharedir b/.config/surfraw/elvi/sharedir new file mode 100755 index 0000000..a4f7fc1 --- /dev/null +++ b/.config/surfraw/elvi/sharedir @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 18, 2016 +# +# DESC: Elvi to search cyberlocker files +# elvis: sharedir -- Search Cyberlocker Files (http://sharedir.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Cyberlocker Files (http://sharedir.com/) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.sharedir.ee/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://sharedir.com/index.php?s=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/skytorrents b/.config/surfraw/elvi/skytorrents new file mode 100755 index 0000000..4a8d08c --- /dev/null +++ b/.config/surfraw/elvi/skytorrents @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue May 23, 2017 +# +# DESC: Elvi to search skytorrents +# elvis: skytorrents -- Search skytorrents for torrents (https://skytorrents.in) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search skytorrents (https://skytorrents.in) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://skytorrents.in" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.skytorrents.in/search/all/ed/1/?l=en-us&q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/slickdeals b/.config/surfraw/elvi/slickdeals new file mode 100755 index 0000000..97fd16b --- /dev/null +++ b/.config/surfraw/elvi/slickdeals @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Jan 17 2013 +# +# DESC: Elvi to search slickdeals +# elvis: slickdeals -- Search SlickDeals for low price deals (www.slickdeals.net) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search SlickDeals (www.slickdeals.net) for low price deals +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://slickdeals.net" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://slickdeals.net/newsearch.php?forumchoice%5B%5D=9&q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/stackexchange b/.config/surfraw/elvi/stackexchange new file mode 100755 index 0000000..0eaeda3 --- /dev/null +++ b/.config/surfraw/elvi/stackexchange @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sat Nov 17 2012 +# +# DESC: Elvi to search stackexchange computer questions +# elvis: stackexchange -- Search StackExchange for computer questions (www.stackexchange.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search stackexchange (www.stackexchange.org) for computer questions +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.stackexchange.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://stackexchange.com/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/sukebei b/.config/surfraw/elvi/sukebei new file mode 100755 index 0000000..c60a34b --- /dev/null +++ b/.config/surfraw/elvi/sukebei @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: gotbletu (https://twitter.com/gotbletu) +# +# DATE: Thu June 06, 2013 +# +# DESC: Elvi to search sukebei +# elvis: sukebei -- Search nyaa for hentai and dojinshi torrents (http://sukebei.nyaa.eu) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search sukebei (http://sukebei.nyaa.eu) for hentai and dojinshi torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://sukebei.nyaa.eu" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://sukebei.nyaa.eu/?page=search&cats=0_0&filter=0&term=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/sunxdcc b/.config/surfraw/elvi/sunxdcc new file mode 100755 index 0000000..5b9f142 --- /dev/null +++ b/.config/surfraw/elvi/sunxdcc @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Sun Feb 14, 2016 +# +# DESC: Elvi to search sunxdcc for irc xdcc files +# elvis: sunxdcc -- Search sunxdcc for irc xdcc files (http://sunxdcc.com/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search sunxdcc (http://sunxdcc.com/) for irc xdcc files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://sunxdcc.com/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://sunxdcc.com/?sterm=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/tldr b/.config/surfraw/elvi/tldr new file mode 100755 index 0000000..078f866 --- /dev/null +++ b/.config/surfraw/elvi/tldr @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Fri Feb 12, 2016 +# +# DESC: Elvi to search tldr for linux simplified man pages +# elvis: tldr -- Search tldr for linux simplified man pages (http://tldr-pages.github.io/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search tldr (http://tldr-pages.github.io/) for linux simplified man pages +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://tldr-pages.github.io/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.ostera.io/tldr.jsx/#/${escaped_args}?_k=65vjze" +fi diff --git a/.config/surfraw/elvi/top100pirate b/.config/surfraw/elvi/top100pirate new file mode 100755 index 0000000..f6b368d --- /dev/null +++ b/.config/surfraw/elvi/top100pirate @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: vgg +# +# DATE: Fri Nov 10 2017 +# +# DESC: Elvi to search the piratebay.org top 100 +# elvis: top100pirate -- Search top 100 torrents on piratebay (https://thepiratebay.org/top) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Piratebay Top 100 (https://thepiratebay.org/top) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://thepiratebay.org/top" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://thepiratebay.org/top/search?f=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/torlock b/.config/surfraw/elvi/torlock new file mode 100755 index 0000000..ec35e49 --- /dev/null +++ b/.config/surfraw/elvi/torlock @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search torlock +# elvis: torlock -- Search torlock for torrents (https://torlock.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search torlock (https://torlock.com) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://torlock.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.torlock.com/all/torrents/${escaped_args}.html" +fi diff --git a/.config/surfraw/elvi/torrentfunk b/.config/surfraw/elvi/torrentfunk new file mode 100755 index 0000000..bb8838f --- /dev/null +++ b/.config/surfraw/elvi/torrentfunk @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue June 27, 2017 +# +# DESC: Elvi to search torrentfunk +# elvis: torrentfunk -- Search torrentfunk for torrents (https://www.torrentfunk.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search torrentfunk (https://www.torrentfunk.com) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.torrentfunk.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.torrentfunk.com/all/torrents/${escaped_args}.html" +fi diff --git a/.config/surfraw/elvi/torrentproject b/.config/surfraw/elvi/torrentproject new file mode 100755 index 0000000..006a666 --- /dev/null +++ b/.config/surfraw/elvi/torrentproject @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Fri August 05, 2016 +# +# DESC: Elvi to search torrentproject +# elvis: torrentproject -- Search torrentproject for torrents (https://torrentproject.se) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search torrentproject (https://torrentproject.se) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://torrentproject.se" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://torrentproject.se/?safe=off&t=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/torrentz b/.config/surfraw/elvi/torrentz new file mode 100755 index 0000000..047a06b --- /dev/null +++ b/.config/surfraw/elvi/torrentz @@ -0,0 +1,27 @@ +#!/bin/sh +# +# AUTHOR: gotbletu (https://twitter.com/gotbletu) +# +# DATE: Sat Nov 17 2012 +# +# DESC: Elvi to search torrentz +# elvis: torrentz -- Search Torrentz for torrents (www.torrentz.eu) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search torrentz (www.torrentz.eu) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://torrentz.unblocked.red" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://torrentz.unblocked.red/search?f=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/torrentz2 b/.config/surfraw/elvi/torrentz2 new file mode 100755 index 0000000..dcfdda1 --- /dev/null +++ b/.config/surfraw/elvi/torrentz2 @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue January 10, 2017 +# +# DESC: Elvi to search torrentz2 +# elvis: torrentz2 -- Search torrentz2 for torrents (https://torrentz2.eu) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search torrentz2 (https://torrentz2.eu) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://torrentz2.eu" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://torrentz2.eu/search?f=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/tsumino b/.config/surfraw/elvi/tsumino new file mode 100755 index 0000000..fd5ec7c --- /dev/null +++ b/.config/surfraw/elvi/tsumino @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Feb 25 2016 +# +# DESC: Elvi to search tsumino +# elvis: tsumino -- Search tsumino for hentai mangas (www.tsumino.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search tsumino (www.tsumino.com) for hentai mangas +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.tsumino.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.tsumino.com/Browse/Search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/tunefind b/.config/surfraw/elvi/tunefind new file mode 100755 index 0000000..a4e39eb --- /dev/null +++ b/.config/surfraw/elvi/tunefind @@ -0,0 +1,28 @@ +#!/bin/sh +# +# AUTHOR: V.G. Graffagnino +# +# DATE: Sat Apr 07 2018 +# +# DESC: Elvi to search tunefind +# elvis: tunefind -- Search tunefind (www.tunefind.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search Tunefind (www.tunefind.com) to find music from TV shows and Movies. +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.tunefind.com/" + +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://www.tunefind.com/search/site?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/twitter b/.config/surfraw/elvi/twitter new file mode 100755 index 0000000..3fc2ce7 --- /dev/null +++ b/.config/surfraw/elvi/twitter @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Mon May 27, 2013 +# +# DESC: Elvi to search twitter +# elvis: twitter -- Search twitter for tweets (www.twitter.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search twitter (www.twitter.com) for tweets +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://www.twitter.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://twitter.com/search?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/winehq b/.config/surfraw/elvi/winehq new file mode 100755 index 0000000..c71d183 --- /dev/null +++ b/.config/surfraw/elvi/winehq @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Thu Jan 17 2013 +# +# DESC: Elvi to search winehq +# elvis: winehq -- Search WineHQ for wine software ratings (www.winehq.org) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search winehq (www.winehq.org) for wine software ratings +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.winehq.org" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.winehq.org/search?cx=partner-pub-0971840239976722:w9sqbcsxtyf&cof=FORID:10&ie=UTF-8&q=${escaped_args}&siteurl=appdb.winehq.org/" +fi diff --git a/.config/surfraw/elvi/xdcceu b/.config/surfraw/elvi/xdcceu new file mode 100755 index 0000000..c0e1cfb --- /dev/null +++ b/.config/surfraw/elvi/xdcceu @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Wed June 14, 2017 +# +# DESC: Elvi to search xdcceu for irc xdcc files +# elvis: xdcceu -- Search xdcceu for irc xdcc files (http://xdcc.eu/) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search xdcceu (http://xdcc.eu/) for irc xdcc files +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://xdcc.eu/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.xdcc.eu/search.php?searchkey=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/xvideos b/.config/surfraw/elvi/xvideos new file mode 100755 index 0000000..aa2254c --- /dev/null +++ b/.config/surfraw/elvi/xvideos @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Nov 06 2012 +# +# DESC: Elvi to search XVideos +# elvis: xvideos -- Search XVideos for adult videos (www.xvideos.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search XVideos (www.xvideos.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.xvideos.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.xvideos.com/?k=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/youporn b/.config/surfraw/elvi/youporn new file mode 100755 index 0000000..3632f3a --- /dev/null +++ b/.config/surfraw/elvi/youporn @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Nov 06 2012 +# +# DESC: Elvi to search YouPorn +# elvis: youporn -- Search YouPorn for adult videos (www.youporn.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search YouPorn (www.youporn.com) for videos +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://www.youporn.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://www.youporn.com/search/?query=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/zing b/.config/surfraw/elvi/zing new file mode 100755 index 0000000..dcf55e5 --- /dev/null +++ b/.config/surfraw/elvi/zing @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Tue Jan 27, 2015 +# +# DESC: Elvi to search asian chinese vietnamese music +# elvis: zing -- Search asian chinese vietnamese music (http://mp3.zing.vn) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search asian chinese vietnamese music (http://mp3.zing.vn) +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "http://mp3.zing.vn/" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "http://mp3.zing.vn/tim-kiem/bai-hat.html?q=${escaped_args}" +fi diff --git a/.config/surfraw/elvi/zooqle b/.config/surfraw/elvi/zooqle new file mode 100755 index 0000000..4354e2d --- /dev/null +++ b/.config/surfraw/elvi/zooqle @@ -0,0 +1,44 @@ +#!/bin/sh +# ______ _ _ ______ _______ ______ _______ _ _ _ +# / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) +# ( (____ _ _ _____) ) _____ _____) ) _______ _ _ _ +# \____ \ | | | || __ / | ___) | __ / | ___ || || || | +# _____) )| |___| || | \ \ | | | | \ \ | | | || || || | +# (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ +# Surfraw - Shell Users' Revolutionary Front Rage Against the Web +# https://surfraw.alioth.debian.org +# _ _ _ _ +# __ _ ___ | |_| |__ | | ___| |_ _ _ +# / _` |/ _ \| __| '_ \| |/ _ \ __| | | | +#| (_| | (_) | |_| |_) | | __/ |_| |_| | +# \__, |\___/ \__|_.__/|_|\___|\__|\__,_| +# |___/ +# https://www.youtube.com/user/gotbletu +# https://twitter.com/gotbletu +# https://plus.google.com/+gotbletu +# https://github.com/gotbletu +# gotbleu@gmail.com +# +# DATE: Fri August 05, 2016 +# +# DESC: Elvi to search zooqle +# elvis: zooqle -- Search zooqle for torrents (https://zooqle.com) +. surfraw || exit 1 + +w3_usage_hook () { + cat <<EOF +Usage: $w3_argv0 [options] [search words]... +Description: + Search zooqle (https://zooqle.com) for torrents +EOF + w3_global_usage +} + +w3_config +w3_parse_args "$@" +if test -z "$w3_args"; then + w3_browse_url "https://zooqle.com" +else + escaped_args=`w3_url_of_arg $w3_args` + w3_browse_url "https://zooqle.com/search?q=${escaped_args}" +fi |
