projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9a3c742
)
open: associate .gif with ristretto
author
Colin P. McCabe
<cmccabe@apache.org>
Wed, 5 Feb 2025 00:32:21 +0000 (16:32 -0800)
committer
Colin P. McCabe
<cmccabe@apache.org>
Wed, 5 Feb 2025 00:32:21 +0000 (16:32 -0800)
open
patch
|
blob
|
history
diff --git
a/open
b/open
index
f2b8f05
..
0cb549a
100755
(executable)
--- 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}";;