tUse gifview for gifs. - plumber - simple plumber tool
 (HTM) git clone https://git.parazyd.org/plumber
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 6e18cac68df5539299e619d9217c3130cc25f256
 (DIR) parent 53478edc688c22810e6c757f8a8e3f2f3395a115
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 12 May 2020 16:10:17 +0200
       
       Use gifview for gifs.
       
       Diffstat:
         M p                                   |       5 ++++-
       
       1 file changed, 4 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/p b/p
       t@@ -40,8 +40,11 @@ https://www.youtube.com/*|ytdl://)
        *.jpg|*.jpeg|*.png|*.JPG|*.JPEG|*.PNG)
                feh "$clip"
                ;;
       +gopher://*.gif|gopher://*.GIF|http://*.GIF|https://*.gif)
       +        curl -L "$clip" | gifview -a -
       +        ;;
        *.gif|*.GIF)
       -        mpv --loop "$clip"
       +        gifview -a "$clip"
                ;;
        http://*|https://*)
                ff --new-tab "$clip"