From 84f1a2ee95ea4d1c62c4ebeb34388480d577835e Mon Sep 17 00:00:00 2001
From: Colin P. McCabe <cmccabe@apache.org>
Date: Tue, 4 Feb 2025 16:32:21 -0800
Subject: [PATCH] open: associate .gif with ristretto

---
 open |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/open b/open
index f2b8f05..0cb549a 100755
--- a/open
+++ b/open
@@ -21,6 +21,7 @@ openwith() {
 # Determine what command to run based on file extension.
 for f in "$@"; do
     case ${f,,} in
+        *.gif) openwith "${f}" ristretto;;
         *.jpg) openwith "${f}" ristretto;;
         *.pdf) openwith "${f}" evince;;
         *) openwith "${f}";;
-- 
1.6.6.rc1.39.g9a42