plumber

simple plumber tool
git clone https://git.parazyd.org/plumber
Log | Files | Refs

commit 07842a7176178fa16384ff992f111aa070b0502e
parent d11ca6a2974e2a1bfc14b728f0968dc20450badb
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  9 Mar 2021 12:50:04 +0100

Add .ico plumber.

Diffstat:
Mplumber | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plumber b/plumber @@ -20,7 +20,7 @@ gopher://*|gophers://) fi case "$clip" in - *.jpg|*.jpeg|*.JPG|*.JPEG|*.png|*.PNG) + *.jpg|*.jpeg|*.JPG|*.JPEG|*.png|*.PNG|*.ico|*.ICO) hurl "$clip" | feh - & ;; *.mp4|*.MP4|*.webm|*.WEBM|*.mkv|*.MKV|*.avi|*.AVI|*.wav|*.WAV) @@ -50,7 +50,7 @@ http://*|https://*) l="$(printf "%s" "$clip" | sed 's/www.reddit/old.reddit/')" ff -new-tab "$l" & ;; - *.jpg|*.jpeg|*.JPG|*.JPEG|*.png|*.PNG|\ + *.jpg|*.jpeg|*.JPG|*.JPEG|*.png|*.PNG|*.ico|*.ICO|\ *twimg.com*|*scontent*.fbcdn.net/*) hurl "$clip" | feh - & ;;