dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 3b93953c0ac0169dce37cf46e32f47a7c4addce3
parent 6329146260231e137aa185267407f99f0bf5fdbb
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 16 Jul 2021 22:58:35 +0100

.s/b/plumb: let mime-type fetch take care of images & gpg

Diffstat:
M.scripts/bin/plumb | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/.scripts/bin/plumb b/.scripts/bin/plumb @@ -127,12 +127,6 @@ do matches "^https?://(www\.|m\.)?(youtube.com|youtu.be)" && plumb gui '$proxy mpv --pause $arg' - matches "^(gopher|http)s?://.*\.(jpe?g|gif|tiff?|ppm|bit|bmp|png|xpm)$" && - plumb gui '$proxy netimg $arg' - - matches "^(gopher|http)s?://.*\.(asc|gpg|pgp)$" && - fetch - matches "^https?://" && ! mime "text/html" && fetch